Skip to content

Commit 9c4424e

Browse files
committed
fixup!
1 parent 496a33c commit 9c4424e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

test/data/model_CSTR_reacMAL_2comp_sensbenchmark1.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,12 +1125,13 @@
11251125
10.0
11261126
]
11271127
},
1128-
"time_integrator": {
1129-
"ABSTOL": 1e-06,
1130-
"ALGTOL": 1e-10,
1131-
"INIT_STEP_SIZE": 1e-06,
1132-
"MAX_STEPS": 1000000,
1133-
"RELTOL": 1e-06
1134-
}
1128+
"time_integrator": {
1129+
"USE_MODIFIED_NEWTON": 0,
1130+
"ABSTOL": 1e-06,
1131+
"ALGTOL": 1e-10,
1132+
"INIT_STEP_SIZE": 1e-06,
1133+
"MAX_STEPS": 1000000,
1134+
"RELTOL": 1e-06
1135+
}
11351136
}
11361137
}
272 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)