Skip to content

Fix(python) import_petab_problem: Add absolute paths to python path, invalidate caches and reload#970

Merged
dweindl merged 4 commits intodevelopfrom
fix_965
Feb 22, 2020
Merged

Fix(python) import_petab_problem: Add absolute paths to python path, invalidate caches and reload#970
dweindl merged 4 commits intodevelopfrom
fix_965

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Feb 21, 2020

Closes #965)

@dweindl dweindl requested a review from FFroehlich February 21, 2020 09:47
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #970 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #970   +/-   ##
========================================
  Coverage    71.86%   71.86%           
========================================
  Files           52       52           
  Lines         8391     8391           
========================================
  Hits          6030     6030           
  Misses        2361     2361
Flag Coverage Δ
#cpp 72.91% <ø> (ø) ⬆️
#python 69.23% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4babdbc...6117a8f. Read the comment docs.

@FFroehlich
Copy link
Member

👍

@dweindl dweindl changed the title Fix(python) import_petab_problem: Add absolute paths to python path (… Fix(python) import_petab_problem: Add absolute paths to python path, invalidate caches and reload Feb 22, 2020
@dweindl dweindl merged commit 5fd1074 into develop Feb 22, 2020
@dweindl dweindl deleted the fix_965 branch February 22, 2020 20:17
@dweindl dweindl mentioned this pull request Mar 18, 2020
dweindl added a commit that referenced this pull request Mar 18, 2020
Release 0.10.20 --- Merge pull request #1014 from ICB-DCM/release_0.10.20

* Fixed (re)initialization of sensitivities if ExpData::fixedParametersPreequilibration is set (#994)
* Fixed sensitivities for parameters in sigma expressions for Python/SBML in case provided expression was not just a single parameter ID
* Enable parallel compilation of model files from Python (#997) based on AMICI_PARALLEL_COMPILE enviroment variable
* Fixed computation of log-likelihood for log10-normal distributed noise
* Added `reinitializeFixedParameterInitialStates` to ExpData (#1000) (**breaking change**: overrides settings in `amici::Model`)
* Python model import now verifies that chosen model name is a valid identifier (Closes #928)
* Made w available in ReturnData (Closes #990) (#992)
* Fixed setting of log level when passing boolean values to verbose (#991)
* Documentation now on ReadTheDocs https://amici.readthedocs.io/en/
* Use proper state/observable names in plotting functions (#979)
* PEtab support:
  * Adapt to most recent PEtab (0.1.5)
  * Extended support for import of PEtab models
  * Added support for computing cost function based on PEtab problem
  * Implemented handling of species in condition table
  * petab_import.import_model now provides reproducible parameter list  (Closes #976)
  * Fix python import error in import_petab_problem: Add absolute paths to python path, invalidate caches and reload (#970)
  * Added example notebook
* CI: PEtab test suite integrated in CI workflow
* Added AMICI dockerfile and image deployment to dockerhub  (#948)
* Removed mention of 'mex' in warning/error ids (#968)
* More informative errors on SWIG interface import failures (#959)
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