We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
slice
alea/alea/template_source.py
Lines 268 to 273 in 6e7efd4
This is causing errors at https://github.com/XENONnT/alea/actions/runs/5710944865/job/15471836050?pr=69
The text was updated successfully, but these errors were encountered:
Set numpy version to less than 1.23.0
789e3f2
Because of #70
The solution is to change h_comp[hslices] to h_comp[tuple(hslices)], which is already implemented at #69.
h_comp[hslices]
h_comp[tuple(hslices)]
Sorry, something went wrong.
dachengx
No branches or pull requests
alea/alea/template_source.py
Lines 268 to 273 in 6e7efd4
This is causing errors at https://github.com/XENONnT/alea/actions/runs/5710944865/job/15471836050?pr=69
The text was updated successfully, but these errors were encountered: