Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 555 Bytes

File metadata and controls

23 lines (18 loc) · 555 Bytes

PhD-Python-1

A repository containing a mini project template for the course "Scientific Computing using Python, part 1", held at Aalborg University, May 2016

Here you can put a bit of information/documentation of the program you develop, including:

  • Author
  • What does the program?
  • Files and dir 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 access the functions etc. you make in lorenz/solver.py, lorenz/run.py etc.