This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
WUT_Computer_Science
Watch
1
Star
0
Fork
0
You've already forked WUT_Computer_Science
mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced
2026-07-04 17:03:12 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
76ace2b76c
WUT_Computer_Science
/
code
/
main.py
8 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Add sequential version of Richardson's algorithm and first tests
2024-10-20 16:30:42 +02:00
from
tests
import
run_tests
feat: simple test and non-numpy sequential Richardson
2024-10-18 12:33:00 +02:00
Add sequential version of Richardson's algorithm and first tests
2024-10-20 16:30:42 +02:00
def
main
(
)
:
run_tests
(
)
feat: simple test and non-numpy sequential Richardson
2024-10-18 12:33:00 +02:00
Add sequential version of Richardson's algorithm and first tests
2024-10-20 16:30:42 +02:00
if
__name__
==
"
__main__
"
:
main
(
)
Reference in New Issue
Copy Permalink