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
Comparing observations with the same phenomenonTime but encoded differently results in not equals
Reproducing the error
importfrost_sta_clientasfsco1=fsc.Observation(phenomenon_time='2024-04-17T12:00:00Z', ...)
o2=fsc.Observation(phenomenon_time='2024-04-17T12:00:00.000+00:00', ...)
ifo1!=o2:
print("observations are not equal")
else:
print("observations are equal")
The text was updated successfully, but these errors were encountered:
Is this a bug?
Comparing observations with the same
phenomenonTime
but encoded differently results innot equals
Reproducing the error
The text was updated successfully, but these errors were encountered: