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
TypeError: can't compare datetime.datetime to int
(4 additional frame(s) were not displayed)
...
File "flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "routes/ra_timings.py", line 36, in job_timings
return jsonify(_time_pipeline(job_id))
File "routes/ra_timings.py", line 16, in _time_pipeline
return pipeline.timings()
File "middleware/models.py", line 355, in timings
if i < mn:
TypeError: can't compare datetime.datetime to int
The text was updated successfully, but these errors were encountered:
https://sentry.io/superphy/spfy/issues/581981342/
The text was updated successfully, but these errors were encountered: