dynamics-of-stellar-systems / dynamite

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

Python nnls in tutorials #349

Closed maindlt closed 7 months ago

maindlt commented 7 months ago

All tutorial notebooks now use Python NNLS instead of the LegacyWeightSolver:

Also added triaxnnls_bar to the list of deleted executables in make distclean.

Tested on my Mac with test_notebooks.sh in DYNAMITE with (make all) and without (make nogal) GALAHAD.

Testing: please run test_notebooks.sh in your installation (ideally with and without GALAHAD) and if successful, merge ;-)