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
Hi,
I am trying to reproduce some code from the RLEM2023 workshop, but with my local BOPTEST installation. The issue was on 0.5.0, then I upgraded to 0.6.0 but the error persists.
res = requests.put(f'{url}/results', json=args)
res.content
b'{"message":"Failed to query simulation results: Traceback (most recent call last):\n File \"/home/user/testcase.py\", line 712, in get_results\n t1 = np_t[np_t>=start_time][0]\nIndexError: index 0 is out of bounds for axis 0 with size 0\n","payload":null,"status":500}\n'
Did I mess up something in the installation or what is going wrong? Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
Can you confirm during which time you've simulated the test case by the time you are making the /results call? For instance, what time did you initialize to or what time period scenario did you choose? Did you advance the simulation at all?
Hi,
I am trying to reproduce some code from the RLEM2023 workshop, but with my local BOPTEST installation. The issue was on 0.5.0, then I upgraded to 0.6.0 but the error persists.
Did I mess up something in the installation or what is going wrong? Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: