zemogle / chemevol

Chemical evolution python package
3 stars 3 forks source link

speed up code #5

Closed haleygomez closed 8 years ago

haleygomez commented 8 years ago

Currently takes 18, 21, 27s to run gasmass, metalmass and dustmass routines

zemogle commented 8 years ago

The key to this was removing astropy.units. Each of the 500k values calculated were having units added that we weren't using.