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
PR to fix is incoming, but this code reproduces the bug:
fromstellarphot.ioimportTOItoi=TOI.from_tic_id(236158940)
toi_json=TOI.model_dump_json()
# Failure happens in the line below new_toi=TOI.model_validate_json(toi_json)
assertnew_toi==toi
The text was updated successfully, but these errors were encountered:
PR to fix is incoming, but this code reproduces the bug:
The text was updated successfully, but these errors were encountered: