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
172 assert np.shape(ptrs) == (2,)
173 elif snid is not None:
--> 174 ptrs = self.get_photrows(snid=snid.strip().lower())
175 else:
176 raise ValueError('Both {0} and {1} cannot be None'
AttributeError: 'int' object has no attribute 'strip'
where the method assumes that snid is a string.
The text was updated successfully, but these errors were encountered:
raises
where the method assumes that
snid
is a string.The text was updated successfully, but these errors were encountered: