b-thorne / PySM_public

PySM: Software for simulating the Galactic microwave sky
23 stars 29 forks source link

Nosetests failing #28

Open giuspugl opened 6 years ago

giuspugl commented 6 years ago

Hi , i 've just updated my current version of PySM and found that 2 Nosetests fail cause file not found , i.e. test_data/test_nu0023p00GHz_noise_nside1024.fits

b-thorne commented 5 years ago

@giuspugl Thanks! I believe the test involving this file is intended to fail, as the file is never created:

https://github.com/bthorne93/PySM_public/blob/b3e23bb8f88182bf440b731a2bab7100a255af0d/pysm/test/test_pysm.py#L52

Is there a second test that is failing?