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

SBML import: handle useValuesFromTriggerTime attribute on events #2429

Merged
merged 7 commits into from
May 8, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented May 6, 2024

Check whether we are able to handle a given event according to its useValuesFromTriggerTime setting. See also #2427.

Does not affect SBML test suite stats.

Closes #2427.

Check whether we are able to handle a given event according to its `useValuesFromTriggerTime` setting.

See also AMICI-dev#2427.
Closes AMICI-dev#2427.
@dweindl dweindl self-assigned this May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 64.28571% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 77.62%. Comparing base (41d19bb) to head (8c05ca6).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2429      +/-   ##
===========================================
- Coverage    77.65%   77.62%   -0.03%     
===========================================
  Files          324      324              
  Lines        20915    20928      +13     
  Branches      1464     1464              
===========================================
+ Hits         16241    16246       +5     
- Misses        4671     4679       +8     
  Partials         3        3              
Flag Coverage Δ
cpp 73.40% <64.28%> (-0.03%) ⬇️
cpp_python 34.09% <21.42%> (-0.01%) ⬇️
petab 36.65% <21.42%> (-0.02%) ⬇️
python 72.17% <64.28%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
python/sdist/amici/sbml_import.py 79.47% <64.28%> (-0.26%) ⬇️

... and 3 files with indirect coverage changes

@dweindl dweindl marked this pull request as ready for review May 7, 2024 19:47
@dweindl dweindl requested a review from a team as a code owner May 7, 2024 19:47
@dweindl dweindl linked an issue May 7, 2024 that may be closed by this pull request
@dweindl dweindl merged commit 8986d38 into AMICI-dev:develop May 8, 2024
24 of 26 checks passed
@dweindl dweindl deleted the fix_2427_valFromTrig branch May 8, 2024 09:59
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.

SBML import ignores useValuesFromTriggerTime attribute on events
2 participants