-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core.constants.py #129
Comments
I think that makes sense as a mini module. Another possibility for the contents - which I used over in
|
The second point is easily covered by by putting all the constants in a module and using it as Either way (data class or module) will work fine. My main concern always with universal constants are units. What units they will be defined in? How is that communicated to the users? I tried a not-so-popular approach in a project some time ago using |
Completely agree about care needed on units. There are various python solutions for units such as |
Closing - see #364 |
Different modules will need access to a core set of constants such as density of air, Stephan Bolzman constant,...
Proposed solution: centrally stored dictionary core.constants.py
The text was updated successfully, but these errors were encountered: