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

How to guarantee deterministic result #1309

Open
dachengx opened this issue Dec 21, 2023 · 0 comments
Open

How to guarantee deterministic result #1309

dachengx opened this issue Dec 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dachengx
Copy link
Collaborator

dachengx commented Dec 21, 2023

Describe the bug
A clear and concise description of what the bug is.

The comparison of processing results on different servers seems to give different results. But the difference is very small. For example, by comparing results from processing on OSG and self-processing of run '033466', there are 5 peaks in 1440991 to give different time in peaklets.

To Reproduce
Insert the MWE of how to reproduce the error

import cutax

st = cutax.xenonnt_offline(xedocs_version='global_v12')

run_id = '033466'

st.make(run_id, 'peaklets', save='peaklets')

Screenshots
image

Some other differences happen for corrected_areas. And by checking the time of affected peaklets and corrected_areas, I think the differences within these two plugins are not correlated.

image
image

Versions

^ Awesome table ^^^^
^ module ^ version ^ path ^ git ^
| python | 3.9.18 | /opt/miniconda3/envs/XENONnT_2023.11.1/bin/python | None |
| strax | 1.5.4 | /home/xudc/strax_newest/strax | branch:master | 4ce63c2 |
| straxen | 2.1.5 | /home/xudc/straxen_newest/straxen | branch:master | f3e7726 |
| cutax | 1.15.5 | /home/xudc/cutax_newest/cutax | branch:rework_gps_tagging | c49226c |
@dachengx dachengx added the bug Something isn't working label Dec 21, 2023
@dachengx dachengx self-assigned this Dec 21, 2023
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
None yet
Development

No branches or pull requests

1 participant