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.
Thomas Arildsen ce1bf9474d Update 'README.md' 3 years ago
cases an example of a basic file/dir structure for the miniproject 7 years ago
lorenz an example of a basic file/dir structure for the miniproject 7 years ago
test an example of a basic file/dir structure for the miniproject 7 years ago
README.md Update '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.