You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no need to raise an error for python 2.7. All tests pass:
cmutel⚛pyDSM ➔ nosetests-2.7
........./Users/cmutel/Source/pyDSM/pydsm/pyDSM.py:262: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
if self.o_c == None:
.........
----------------------------------------------------------------------
Ran 18 tests in 0.594s
The text was updated successfully, but these errors were encountered:
There is no need to raise an error for python 2.7. All tests pass:
The text was updated successfully, but these errors were encountered: