Coder Social home page Coder Social logo

Comments (3)

FFroehlich avatar FFroehlich commented on June 21, 2024

# else the species was affected by an event assignment,
# hence the updated value should be updated further.
else:
species_value = bolus[state_vector.index(species_sym)]

I'd say, in the else case, that assignment should be ignored.

Example: Assuming a model with a concentration-based species S in compartment C, and an event with two event assignments – EA_S assigning to S and EA_C assigning to C. In this case, S should only change due to EA_S, but not due to the volume change caused by EA_C. Currently, first EA_S is applied, then EA_C.

Correct?

Yes, sounds correct.

from amici.

dweindl avatar dweindl commented on June 21, 2024

Might have been correct before. I don't quite understand why, yet. But changing that leads to failures in:

from amici.

dweindl avatar dweindl commented on June 21, 2024

From elsewhere in the SBML spec (sec 4.6.8):

There is one exception: if
the species’ quantity is determined by an AssignmentRule, RateRule, AlgebraicRule, or an EventAssignment
and the species has the attribute value hasOnlySubstanceUnits=“false”, it means that the concentration
is assigned by the rule or event; in that case, the amount must be calculated when the compartment size
changes.

It's not exactly intuitive and quite possibly a common source of error, but the present implementation is correct.

from amici.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.