s-goldman / Dusty-Evolved-Star-Kit

SED-fitting python package for fitting evolved stars
https://dusty-evolved-star-kit.readthedocs.io
Other
15 stars 2 forks source link

New trim_grid function #187

Closed s-goldman closed 3 years ago

s-goldman commented 3 years ago

This function trims the grid before fitting, instead of trimming each model as it fits. Code runs ~25% faster as a result. Previous trim function has been removed. Execution time is also now printed and uses s, m, or h depending on length of time.

s-goldman commented 3 years ago

Currently this pull request will make command line use fail if a number is specified for the multiprocessing option.