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
AssertionError:
(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 344, in timings
assert self.done
AssertionError
The text was updated successfully, but these errors were encountered:
Probably related to using the timing script / the bulk uploading feature where self.done checks for all display results which are complete (when there are not display results for bulk uploading)
Looks like with the timing script, the Assertion Error happens if theres an error in the pipeline the timings api still try to calc the timing on it (and hence raise an error with assert self.done)
https://sentry.io/superphy/spfy/issues/525780560/
The text was updated successfully, but these errors were encountered: