Skip to content

Coding standards

Christian Ritter edited this page May 30, 2016 · 4 revisions

Programming with NUPYCEE

For clarity and easier use stick with the following rules when you code in python.

  • The default units are cgs units. Convert in plotting routines to other units such as solar masses.
  • Output variables are stored in the history class. As such they should be used in e.g. plotting functions.

Clone this wiki locally