Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Handle undetermined energies in BAR calculations #1098
Handle undetermined energies in BAR calculations #1098
Changes from 11 commits
5cc41b2
f4eb94d
b651d53
7e8a9b2
c51e808
0b72da5
da1d363
06066fb
352c27d
7b9c853
f3f2442
135dad6
d3120b8
0ed9719
75da78a
8da93ba
4ab37d8
1c54793
7495063
54e4b5c
7d41f55
5f93cf6
ec4cc2b
35fe889
dc2c1b2
358edc3
fd95420
11e30ff
be4d5c5
92a9f70
4792f09
2e0c9c1
f4a4b54
f7fe229
0ddf9a0
f0f3414
f7a1ab4
6950d82
28c6d9f
e52fd30
e01c2a3
4a900c6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Is this still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kept assertion but removed misleading message in 28c6d9f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: assert finite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in e52fd30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: would it make sense to add bootstrap_maximum_iterations to signature of bootstrap_bar, then forward it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, it seems like useful flexibility to be able to specify max iterations here. Added in f7a1ab4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure whether it would be useful to be able to specify max iterations separately for the point estimate and the bootstrap samples, but this can probably be added later if useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separately makes sense to me (to control expense), but can be added later if needed.