Skip to content

Commit

Permalink
Update developer_faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf authored Oct 14, 2020
1 parent 4cee3b2 commit 51ebf2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/development/developer_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Developer FAQ
*************


Constants in TARDIS are all taken from Astropy. The module tardis.constants import all constants currently
from astropy.constants.astropy13constants.

Class design and inheritance:

* If only constructor changed -> use classmethod
* if overriding other methods -> subclass

We use black to check PEP8 compliances.

0 comments on commit 51ebf2b

Please sign in to comment.