-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: Expose fitted parameter values of implicit fits in test statistic calls #1554
Merged
Merged
Changes from 26 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
efce526
add failing tests for return_fitted_pars kwarg in teststat signatures
lhenkelm c901238
fix the tests: no TypeError when not returning a tuple
lhenkelm 6ba3aa9
fix the test: unpack correctly so the shared assert can pass
lhenkelm 04b0c3b
feat: implement return_fitted_pars kwarg on test statistics
lhenkelm 51c3d15
failing tests for return_fitted_pars in generate_asimov_data
lhenkelm a2f1c86
feat: generate_asimov_data can return the best-fit pars
lhenkelm 7e0810e
more robust asserts
lhenkelm 239fe61
failing tests about AsymptoticCalculator having fitted_pars
lhenkelm e804185
implement AsymptoticCalculators.fitted_pars
lhenkelm 75457ec
failing tests about returning the best-fit parameters from hypotest
lhenkelm 74020af
test: hypotest raises error when using ToyCalculator and asked to return
lhenkelm 84a8af8
implement return_fitted_pars for hypotest
lhenkelm 7b17058
fix docs issues
lhenkelm 4b3995f
fix docstrings for sphinx
lhenkelm 75e586c
no "="-syntax in f-strings
lhenkelm c8a77e0
fix codefactor issues
lhenkelm 4650bb8
Merge branch 'master' into fitted-pars-from-infer
kratsg a6be28d
fix broken link in docs
lhenkelm 0d1fe2a
remove duplicate "Returns:" section in docstring
lhenkelm 8f7bc66
clarify
lhenkelm 08b57f3
add to contributors.rst
lhenkelm 0a65d75
Merge branch 'master' into fitted-pars-from-infer
lhenkelm 464a55d
failing tests for return_calculator to hypotest
lhenkelm 13eb9ed
implement return_calculator and remove return_fitted_pars
lhenkelm e9cc0d6
fix inline-without-endstring warning
lhenkelm d2dc953
Merge branch 'scikit-hep:master' into fitted-pars-from-infer
lhenkelm 9006f5a
Merge branch 'master' into fitted-pars-from-infer
lhenkelm aaee60a
Merge branch 'master' into fitted-pars-from-infer
lhenkelm c2c1d11
Merge branch 'master' into fitted-pars-from-infer
lhenkelm 29f968c
rename: BestFitParameters -> HypoTestFitResults
lhenkelm 2551a86
Merge branch 'master' into fitted-pars-from-infer
kratsg b999973
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5037bf9
give assurance through example that .fitted_pars is a HypoTestFitResult
lhenkelm 658943a
simplify 'hypotest returns the calculator' tests
lhenkelm fd3c740
AsymptoticCalculator.fitted_pars is attribute instead of property
lhenkelm 6cd7a65
Merge branch 'master' into fitted-pars-from-infer
lhenkelm 950615e
Merge branch 'master' into fitted-pars-from-infer
lhenkelm e860309
Merge branch 'master' into fitted-pars-from-infer
kratsg 051271b
Merge branch 'master' into fitted-pars-from-infer
kratsg 7f69d53
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ Contributors include: | |
- Eric Schanet | ||
- Henry Schreiner | ||
- Saransh Chopra | ||
- Lars Henkelmann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Examples should be contiguous else they break the copy button usefulness.