We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc51c0 commit da3a9efCopy full SHA for da3a9ef
python/sdist/amici/petab_util.py
@@ -58,6 +58,11 @@ def get_states_in_condition_table(
58
return states
59
import pysb.pattern
60
61
+ if not petab_problem.model.model.species:
62
+ import pysb.bng
63
+
64
+ pysb.bng.generate_equations(petab_problem.model.model)
65
66
try:
67
spm = pysb.pattern.SpeciesPatternMatcher(
68
model=petab_problem.model.model
tests/benchmark-models/benchmark_models.yaml
@@ -23,7 +23,7 @@ Borghans_BiophysChem1997:
23
llh: 83.3237191357272
24
t_sim: 0.005
25
t_fwd: 0.5
26
- t_adj: 0.1
+ t_adj: 0.2
27
note: benchmark collection reference value matches up to sign when applying log10-correction +sum(log(meas*log(10)) / 2
28
29
Brannmark_JBC2010:
0 commit comments