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
It would perhaps be safer if full comparison operators were supported without explicitly casting to a type.
In [55]: d.date
Out[55]: '2015:167:17:53:01.588'
In [56]: m.date
Out[56]: '2015:168:17:53:10.701'
In [57]: d > m
Out[57]: True
In [58]: d.secs > m.secs
Out[58]: False
The text was updated successfully, but these errors were encountered:
It would perhaps be safer if full comparison operators were supported without explicitly casting to a type.
The text was updated successfully, but these errors were encountered: