Skip to content

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.

2 participants