Skip to content
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

Add AnalysisResult class #5

Open
wants to merge 1 commit into
base: upgrade/replace_fitval
Choose a base branch
from

Conversation

nkanazawa1989
Copy link
Owner

  • AnalysisResultData class has been deprecated
  • ExperimentData.load is updated to directly instantiate own class
  • DbExperimentData._analysis_res_cls attribute is added to instantiate proper analysis container

AnalysisResult class implements _from_service_data method that implements
formatter for FitVal. UFloat value is converted into FitVal just before data saving
and converted back into UFloat in the loader. Covariance info will be lost in round trip.
FitVal is still supported as value container for UFloat in database service.

Summary

better gitdiff/review for analysis result class

Details and comments

@nkanazawa1989 nkanazawa1989 force-pushed the upgrade/replace_fitval-dev_analysis_container branch 2 times, most recently from aece8c8 to e5ff8ad Compare January 29, 2022 03:06
- AnalysisResultData class has been deprecated
- ExperimentData.load is updated to directly instantiate own class
- DbExperimentData._analysis_res_cls attribute is added to instantiate proper analysis container

AnalysisResult class implements _from_service_data method that implements
formatter for FitVal. UFloat value is converted into FitVal just before data saving
and converted back into UFloat in the loader. Covariance info will be lost in round trip.
FitVal is still supported as value container for UFloat in database service.
FakeService unittest class is also udpated to support storing the analysis results
and several unittests for AnalysisResult class are also added.
@nkanazawa1989 nkanazawa1989 force-pushed the upgrade/replace_fitval-dev_analysis_container branch from e5ff8ad to 0bf1507 Compare January 29, 2022 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant