-
Notifications
You must be signed in to change notification settings - Fork 12
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 flattening time-point specific override failures #404
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #404 +/- ##
===========================================
- Coverage 77.84% 77.78% -0.06%
===========================================
Files 22 22
Lines 2072 2098 +26
Branches 476 486 +10
===========================================
+ Hits 1613 1632 +19
- Misses 340 343 +3
- Partials 119 123 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. @LeonardSchmiester please check that the issues you had are resolved.
For the Sobotta model I get:
Possibly due to some empty observableParameter / noiseParameter rows. Additionally I think the function will still scale very badly with the size of the measurement file. Why do we need the <= in lines 159 & 161? Shouldn't == do the job? |
Well, it doesn't throw an error anymore. But the ouput is a nonType object which I guess is not intended!? Might be the same reason as in my comment in #363? |
fixes #363