Skip to content

Fix PEtab observables for pysb models#1390

Merged
dweindl merged 1 commit intodevelopfrom
pysb_petab_observables
Jan 29, 2021
Merged

Fix PEtab observables for pysb models#1390
dweindl merged 1 commit intodevelopfrom
pysb_petab_observables

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Jan 29, 2021

Petablint previously failed if observableFormula or noiseFormula contained pysb observables or expressions

Petablint previously failed if observableFormula or noiseFormula contained pysb observables or expressions
@dweindl dweindl requested a review from FFroehlich January 29, 2021 18:15
@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #1390 (9cf4b3b) into develop (c432a0b) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1390      +/-   ##
===========================================
+ Coverage    78.65%   78.77%   +0.11%     
===========================================
  Files           63       63              
  Lines         9920     9925       +5     
===========================================
+ Hits          7803     7818      +15     
+ Misses        2117     2107      -10     
Flag Coverage Δ
cpp 75.29% <ø> (+0.14%) ⬆️
petab 69.55% <100.00%> (+0.04%) ⬆️
python 67.98% <0.00%> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
python/amici/petab_import_pysb.py 92.70% <100.00%> (+0.40%) ⬆️
src/solver_cvodes.cpp 70.41% <0.00%> (+0.20%) ⬆️
src/sundials_matrix_wrapper.cpp 83.61% <0.00%> (+0.21%) ⬆️
src/amici.cpp 79.81% <0.00%> (+5.50%) ⬆️
src/exception.cpp 91.30% <0.00%> (+8.69%) ⬆️

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dweindl dweindl merged commit f02b08b into develop Jan 29, 2021
@dweindl dweindl deleted the pysb_petab_observables branch January 29, 2021 19:50
@dweindl dweindl mentioned this pull request Feb 19, 2021
dweindl added a commit that referenced this pull request Feb 20, 2021
….13)

Breaking changes:
* AMICI requires Python>=3.7
* Updated package installation (PEP517/518): 
  Creating source distributions requires https://github.com/pypa/build (#1384)
  (but now handles all package building dependencies properly)

Features:
* More flexible state reinitialization (#1417)

Updated dependencies:
* Upgrade to sundials 5.7.0 (#1392)

Fixes:
* Python: account for heaviside functions in expressions (#1382)
* Python: allow loading of existing models in import_petab_problem (#1383)
* Python: Don't override user-provided compiler/linker flags (#1389)
* Python: PEtab import reinitialization fixes (#1417)
* Python: Fix PEtab observables for pysb models (#1390)
* Python: Substitute expressions in event condition expressions (#1404)
* Python: Unspecified initial states in PEtab conditions table default to SBML initial value (#1397)
* C++: Fix timepoint out of bounds access (#1402)
* C++: Fix exported CMake config (#1388)
* Fixed Dockerfile: add python3-venv (#1398, #1408)

Other:
* Slim exported swig interface (#1425)
* Updated documentation
    * Getting started tutorial (#1423)
    * List supported SBML test tags (#1428)
    * Add AMICI C++/Python/Matlab feature comparison (#1409)
    * ...
* Various minor CI improvements
* ...
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.

2 participants