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 flatten_timepoint_specific_output_overrides not supporting obse… #235

Merged
merged 1 commit into from
Dec 14, 2023

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
@@ -277,22 +277,21 @@ def flatten_timepoint_specific_output_overrides(
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
7 checks passed
@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
3 participants