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

Loki loader fails to setup variances for events? #64

Closed
SimonHeybrock opened this issue Feb 1, 2024 · 0 comments · Fixed by #65
Closed

Loki loader fails to setup variances for events? #64

SimonHeybrock opened this issue Feb 1, 2024 · 0 comments · Fixed by #65
Assignees
Labels
bug Something isn't working

Comments

@SimonHeybrock
Copy link
Member

def test_sample_event_data_has_variances():
    pipeline = sciline.Pipeline(loki_providers(), params=make_params())
    data = pipeline.compute(sans.types.RawData[sans.types.SampleRun])
    assert data.bins is not None
    assert data.values[0].variances is not None  # AssertionError

Please check, but this looks wrong?

@SimonHeybrock SimonHeybrock added the bug Something isn't working label Feb 1, 2024
@SimonHeybrock SimonHeybrock self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant