lsst-sims / legacy_sims_catUtils

LSST Simulations package for catalog utilities
3 stars 4 forks source link

Sim 2408/nfs bug #84

Closed danielsf closed 7 years ago

danielsf commented 7 years ago

Some unit tests were failing on NFS systems because of open database connections left dangling after the tests were run. This pull request modifies those tests to explicitly call sims_clean_up(), closing those connections before running the standard LSST memory leak tests.

danielsf commented 7 years ago

I named _MLT_LC_NPZ because the light curves are stored as a 'numpy zip' file (with suffix .npz) created with numpy.savez().