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

fix #551: up and gain_scale_factor are set by StressModel #573

Merged
merged 5 commits into from
May 4, 2023

Commits on Mar 21, 2023

  1. fix #551

    - up and gain_scale_factor arguments removed from RfuncBase init
    - attributes have default values up=None and gain_scale_factor=1.0
    - attributes are updated by StressModels using update_rfunc_settings()
    - expose method update_rfunc_settings for external use (e.g. for setting up and gain_scale_factor for synthetically generated time series).
    dbrakenhoff committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4f0c464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406e5d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89f543 View commit details
    Browse the repository at this point in the history
  4. update nb

    dbrakenhoff committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2fd896a View commit details
    Browse the repository at this point in the history
  5. update _load_stressmodel and tests

    - remove up and gain_scale_factor from dict and set using update_rfunc_settings
    - fix test the same way
    dbrakenhoff committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    51b148c View commit details
    Browse the repository at this point in the history