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

Commits on Jan 29, 2022

  1. Add AnalysisResult class

    - 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 committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    0bf1507 View commit details
    Browse the repository at this point in the history