dynamics-of-stellar-systems / dynamite

dynamics, age and metallicity indicators tracing evolution
MIT License
10 stars 1 forks source link

Use Kinematics.get_data() instead of Kinematics.data in DYNAMITE where possible #355

Closed maindlt closed 6 months ago

maindlt commented 7 months ago

This PR minimizes direct access to the Kinematics.data attribute and replacing it by calling the Kinematics.get_data(...) method.

Rationale:

Notes:

Tested with test_nnls.py and test_notebooks.py.

Closes #337.

prashjet commented 6 months ago

I ran test_notebooks and all passed