You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cases | 7 years ago | |
lorenz | 7 years ago | |
test | 7 years ago | |
README.md | 3 years ago |
README.md
PhD-Python-1
A repository containing a project template for the PhD course "Scientific Computing using Python, part 1", held at Aalborg University, most recently in June 2020
Here you can put a bit of information/documentation of the program you develop, including:
- Author
- What does the program?
- Files and folder structure
- How to run the program
You might need to put something like
import sys sys.path.append('../') import lorenz
in e.g. cases/case1.py or test/test.py to be able to access the functions etc. you make in lorenz/solver.py, lorenz/run.py etc.