drphilmarshall / OM10

Tools for working with the Oguri & Marshall (2010) mock catalog of strong gravitational lenses
MIT License
8 stars 19 forks source link

Unit test failures #47

Closed drphilmarshall closed 7 years ago

drphilmarshall commented 7 years ago

Bug is in test_get_lens:

self.assertAlmostEqual(lens.ZLENS[0],0.556) AttributeError: 'Table' object has no attribute 'ZLENS'

drphilmarshall commented 7 years ago

More recently:

File "/home/travis/build/drphilmarshall/OM10/om10/test.py", line 33, in test_download original = self.catalog AttributeError: 'TestDB' object has no attribute 'catalog'