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
If the errors are missing on the last bin, remove [1:] from
[1:]
topeft/analysis/topeft_run2/make_cr_and_sr_plots.py
Lines 1225 to 1227 in ea1aaa3
bin_edges_arr = np.append(bin_edges_arr ,0)
0
Line 669 in 27f905c
The text was updated successfully, but these errors were encountered:
bryates
No branches or pull requests
If the errors are missing on the last bin, remove
[1:]
fromtopeft/analysis/topeft_run2/make_cr_and_sr_plots.py
Lines 1225 to 1227 in ea1aaa3
and add
bin_edges_arr = np.append(bin_edges_arr ,0)
(might need to figure out next entry instead of0
) totopeft/analysis/topeft_run2/make_cr_and_sr_plots.py
Line 669 in 27f905c
The text was updated successfully, but these errors were encountered: