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

Ru eval #576

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Ru eval #576

wants to merge 11 commits into from

Commits on Apr 9, 2024

  1. scenario 3 done

    rfl-urbaniak committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2c12c10 View commit details
    Browse the repository at this point in the history
  2. scenario 5 done

    rfl-urbaniak committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5e8436f View commit details
    Browse the repository at this point in the history
  3. done with question 9

    rfl-urbaniak committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a7b79f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d77e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. scenario 1 resolved

    rfl-urbaniak committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2aa3d0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187f552 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. optimize with fixed set of interventions along with optimizing over…

    … specific interventions (#563)
    
    * Adding fixed interventions as input to `optimize`
    
    * Update optimize_interface.ipynb
    
    * Adding integration utility to combine interventions
    
    * Adding deepcopy for fixed interventions
    
    * Update intervention_builder.py
    
    * Sw output (#565)
    
    * simplify intervention splicing
    
    * lint
    
    * removed test
    
    ---------
    
    Co-authored-by: Sam Witty <[email protected]>
    
    * Update optimize_interface.ipynb
    
    * Adding tests for using fixed intervention with optimize
    
    * Simplify interchange dictionary processing (#564) (#566)
    
    * simplify intervention splicing
    
    * lint
    
    * removed test
    
    Co-authored-by: Sam Witty <[email protected]>
    
    * Update test_interfaces.py
    
    * updating name for combining interventions
    
    * Update ouu.py
    
    * lint
    
    * update tests to use new name for combining interventions
    
    * lint
    
    * Update optimize_interface.ipynb
    
    ---------
    
    Co-authored-by: Sam Witty <[email protected]>
    anirban-chaudhuri and SamWitty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2d904bd View commit details
    Browse the repository at this point in the history
  2. Set the minimum value for the NormalNoiseModel noise variance` (#572)

    * set the minimum value of the NormalNoiseModel variance
    
    * lint
    
    * mixed up minimum and maximum
    
    * real lint
    SamWitty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e74d732 View commit details
    Browse the repository at this point in the history
  3. Adding support for ensemble output format (#570)

    * Add ensemble output formatting
    
    * Adding support for cumulative states
    
    * Updated CDC reformatting
    
    * using deepcopy to avoid overwriting results
    
    * linting
    
    * Lint
    
    * fix time unit issue in cdc formatting
    
    * updated defaults
    
    * Lint
    
    * Update result_processing.py
    
    * update for time_unit
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * lint
    
    * update tests to match output from `convert_to_output_format`
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * Update interfaces.py
    
    * update alpha_qs type to Sized
    
    * updating alpha_qs type to List
    
    * Update result_processing.py
    
    * Update result_processing.py
    
    * lint
    
    * fix warning
    
    * Update interfaces.ipynb
    
    * Dropping all other states/observables except the ones in `solution_string_mapping`
    
    * Updating logging_times to include start_time and end_time in ensemble_sample
    
    * Updating how to set train_end_point
    
    * lint
    
    * Update interfaces.ipynb
    
    * Update interfaces.ipynb
    
    * fixed failing tests (#571)
    
    * Update interfaces.ipynb
    
    * Fixing tests with expanded timespan
    
    * Lint
    
    * resolved viz test time misalignment (#573)
    
    * Removing commented out code; update documentation for ensemble_sample
    
    * replaced DEFAULT_ALPHA_QS with import
    
    * lint
    
    ---------
    
    Co-authored-by: Sam Witty <[email protected]>
    anirban-chaudhuri and SamWitty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5b381da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1997c36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbb450a View commit details
    Browse the repository at this point in the history