You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fully specified AMR should contain all of the following components:
Parameter values/distributions
Rate laws expressions
Observables (Optional)
State Initial values
Currently, none of the examples in this repository contain all 4 of these components. The following list summarizes my current accounting of which models contain which components. Completion of this issue will involve updating each example accordingly.
Parameter values/distributions
petrinet/flux_typed
petrinet/flux_typed_aug
petrinet/ont_pop_vax
petrinet/sir
petrinet/sir_flux_span
petrinet/sir_typed
petrinet/sir_typed_aug
regnet/lotka_volterra
regnet/syntax_edge_cases
stockflow/sir
Rate Law expressions
petrinet/flux_typed
petrinet/flux_typed_aug
petrinet/ont_pop_vax
petrinet/sir
petrinet/sir_flux_span
petrinet/sir_typed
petrinet/sir_typed_aug
regnet/lotka_volterra
regnet/syntax_edge_cases
stockflow/sir
Observables
petrinet/flux_typed
petrinet/flux_typed_aug
petrinet/ont_pop_vax
petrinet/sir
petrinet/sir_flux_span
petrinet/sir_typed
petrinet/sir_typed_aug
regnet/lotka_volterra
regnet/syntax_edge_cases
stockflow/sir
State initial values
petrinet/flux_typed
petrinet/flux_typed_aug
petrinet/ont_pop_vax
petrinet/sir
petrinet/sir_flux_span
petrinet/sir_typed
petrinet/sir_typed_aug
regnet/lotka_volterra
regnet/syntax_edge_cases
stockflow/sir
The text was updated successfully, but these errors were encountered:
Tries to compute the checkmarks @SamWitty listed above. Run as python validation/model_inventory.py petrinet/examples/*.json.
@SamWitty -- Does this checking make sense? Right now it looks at both pdeandodeinsemantics`, but I don't know if that is the right thing (I only have a few examples to go off of).
@djinnome -- The check_schema function validation/model_inventory.py is what I plan to use as the filter for my model-loading function.
A fully specified AMR should contain all of the following components:
Currently, none of the examples in this repository contain all 4 of these components. The following list summarizes my current accounting of which models contain which components. Completion of this issue will involve updating each example accordingly.
Parameter values/distributions
Rate Law expressions
Observables
State initial values
The text was updated successfully, but these errors were encountered: