Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with pysmurf-controller publishing infs #645

Closed
jlashner opened this issue Mar 18, 2024 · 1 comment · Fixed by #655
Closed

Issue with pysmurf-controller publishing infs #645

jlashner opened this issue Mar 18, 2024 · 1 comment · Fixed by #655
Assignees

Comments

@jlashner
Copy link
Collaborator

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...)
image

This happens immediately after try to return from the bias step task:
image

There must be an inf showing up in the quantiles here somehow:

qs = [float(np.nanquantile(arr, q / 100)) for q in quantiles]

We should figure out whatever masking we need to do to this array to stop this from happening.

@jlashner jlashner self-assigned this Mar 18, 2024
@BrianJKoopman
Copy link
Member

(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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants