-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate FitVal and support saving/loading UFloat (#564)
This PR introduces uncertainties package in data analysis chain in the curve analysis and also replaces FitVal with ufloat value that the package provides. The result figure of curve analysis is now updated to have confidence interval plot with 1 and 3 sigma intervals by defaults. The old database entries with FitVal can be still loaded. Once the entry is loaded, the analysis result value is implicitly typecasted into ufloat with FutureWarning. Co-authored-by: Daniel J. Egger <[email protected]> Co-authored-by: Christopher Wood <[email protected]>
- Loading branch information
1 parent
9553d0b
commit 1b57107
Showing
57 changed files
with
693 additions
and
377 deletions.
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
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
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.