zhafen / linefinder

A tool for finding and classifying the worldlines of Lagrangian parcels of mass, in the context of hydrodynamic simulations of galaxy formation.
https://zhafen.github.io/linefinder
MIT License
0 stars 1 forks source link

Change how global default parameters are stored #56

Open zhafen opened 6 years ago

zhafen commented 6 years ago

Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)


Currently they're all stored in utils.data_constants. However, for better readability when using the functions they should be stored inside the function, and then accessed in utils.data_constants.

How to do that is described here.