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
This is being called from biosimulators_test_suite/exec_gh_action.py", line 535
response=requests.post(self.config.runbiosimulations_api_endpoint+'images/refresh',
headers=auth_headers,
json={
'simulator': specifications['id'],
'version': specifications['version'],
})
validate_biosimulations_api_response(response, 'A Singularity image could not be generated for the Docker image')
The problem seems to be (unless I'm wrong?) that the URL this generates doesn't exist. If I got to the URL, I get:
{"error":[{"status":"404","title":"Not Found","detail":"\"Cannot GET /images/refresh\""}]}
luciansmith
transferred this issue from biosimulators/Biosimulators_test_suite
May 1, 2023
Put this back in Biosimulators. The issue is that the the connection goes stale almost immediately after being reset, so right now, someone has to reset things manually, then immediately run the PR.
To solve this, I can think of a few options; I don't know how tenable they are:
What is the bug?
I got the following after passing all the tests for tellurium:
The validation/submission of your simulator failed.
The text was updated successfully, but these errors were encountered: