-
Hi! I have recently started using the Python implementation of amici (I have previously used the MATLAB version) and I have now found myself a bit stuck. I am working with an SBML model, importing and simulation the model works fine. The issue I am having is that I am not able to change the value of a fixed parameter in my model. The As previously stated I work with an SBML model. The fixed parameter is defined as follows (I am using Tellurium to create the SBML model): Am I interpreting something wrong? Are there any other ways to alter my fixed parameter in my amici model object? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi Henrik, the problem is, as you guessed, that you're parameter is actually time-dependent. The implementation of parameters with assignment rules in AMICI is maybe not yet fully functional, I far as I know. But it's on our list. However, you could use a species with an assignment rule to circumvent the problem for the moment. This should hopefully do the trick. Best, |
Beta Was this translation helpful? Give feedback.
-
With amici version, 0.11.14, SBMLimport of events is now supported and can be used instead of assignment rules. However, there is currently no way to alter either events or assignment rules in the model object. |
Beta Was this translation helpful? Give feedback.
With amici version, 0.11.14, SBMLimport of events is now supported and can be used instead of assignment rules. However, there is currently no way to alter either events or assignment rules in the model object.
Therefore, to be able to do so different SBMl-files are required currently.