Skip to content

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Dec 14, 2023

…rvableParameter overrides as placeholders in noise formulae

Fixes #234

Also fixes return type annotation, makes test more readable, and uses more informative assertions.

…rvableParameter overrides as placeholders in noise formulae

Fixes #234

Also fixes return type annotation, makes test more readable, and uses more informative assertions.
@dweindl dweindl requested a review from dilpath December 14, 2023 14:41
@dweindl dweindl requested a review from a team as a code owner December 14, 2023 14:41
for field, hyperparameter_type, target in [
(NOISE_PARAMETERS, "noiseParameter", NOISE_FORMULA),
(OBSERVABLE_PARAMETERS, "observableParameter", OBSERVABLE_FORMULA),
(OBSERVABLE_PARAMETERS, "observableParameter", NOISE_FORMULA),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, this line was missing.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4e6a018) 76.28% compared to head (b55ebad) 76.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #235   +/-   ##
=======================================
  Coverage   76.28%   76.29%           
=======================================
  Files          34       34           
  Lines        3188     3189    +1     
  Branches      774      774           
=======================================
+ Hits         2432     2433    +1     
  Misses        554      554           
  Partials      202      202           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dilpath dilpath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@dweindl dweindl changed the base branch from main to develop December 14, 2023 21:42
@dweindl dweindl merged commit 91ba4dc into develop Dec 14, 2023
@dweindl dweindl deleted the fix_234 branch December 14, 2023 21:42
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.

flatten_timepoint_specific_output_overrides does not support observableParameter overrides as placeholders in noise formulae

4 participants