Issue with pysmurf-controller publishing infs
Closed this issue · 1 comments
jlashner commented
I think in both SATp1 and SATp3 we've seen the following error in the schedule, caused by a pysmurf-controller:
ocs.client_http.ControlClientError: [0, 0, 0, 0, 'wamp.error.runtime_error', ['Session.data cannot store inf/-inf; please convert to NaN.'], {}]
(I wish there were a better way to copy logs from loki...)
This happens immediately after try to return from the bias step task:
There must be an inf
showing up in the quantiles here somehow:
socs/socs/agents/pysmurf_controller/agent.py
Line 804 in 6d3a2c2
We should figure out whatever masking we need to do to this array to stop this from happening.
BrianJKoopman commented
(I wish there were a better way to copy logs from loki...)
If you find the log segment you want there's a download button to download the logs as a text file. (Still not the most convenient thing, but perhaps better?)