Replies: 1 comment 1 reply
-
@LourensVeen do you have any thoughts on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A long standing issue is that our unit system is different than that of astropy.
We have working converter methods, but these result in 1 astropy year not being the same as 1 amuse year (because of different definitions).
Ideally, we want to adopt the astropy unit system in AMUSE, but we also would like to keep the current unit system (for historical/reproducibility reasons).
For this, we need a way to store settings, e.g. a ".amuserc" similar to how matplotlib does it.
I'm not sure if we already have something that can be used for this - if we do, it's not well documented.
What I think we need for this:
See also astropy/astropy#10194 and #170
Beta Was this translation helpful? Give feedback.
All reactions