Fix(python) import_petab_problem: Add absolute paths to python path, invalidate caches and reload#970
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #970 +/- ##
========================================
Coverage 71.86% 71.86%
========================================
Files 52 52
Lines 8391 8391
========================================
Hits 6030 6030
Misses 2361 2361
Continue to review full report at Codecov.
|
FFroehlich
approved these changes
Feb 22, 2020
Member
|
👍 |
Merged
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…Closes #965)