Commit 7bf3b76
Harmonize Fixed parameter Names (#3027)
* refactor model components
* fix argument names
* Update de_model_components.py
* refactor de_model
* refactor cpp code
* fixups cpp
* fixup id confusion
* fixup
* doc
* get_parameter_names
* free parameter ids
* more renaming
* update templates, regenerate test models
* Rename py
* some more
* ..
* ..
* Update test_pregenerated_models.py
* fix pysb tests
* clang-format
* changelog
* numpy
* Apply suggestions from code review
---------
Co-authored-by: Daniel Weindl <[email protected]>
Co-authored-by: Daniel Weindl <[email protected]>1 parent e75c348 commit 7bf3b76
File tree
98 files changed
+812
-781
lines changed- doc
- examples
- example_large_models
- example_presimulation
- example_splines
- example_steady_states
- getting_started_extended
- getting_started
- include/amici
- models
- model_calvetti_py
- model_dirac_py
- model_events_py
- model_jakstat_adjoint_py
- model_nested_events_py
- model_neuron_py
- model_robertson_py
- model_steadystate_py
- python
- sdist/amici
- adapters
- debugging
- exporters/sundials
- templates
- importers
- pysb
- sbml
- petab
- testing
- tests
- adapters
- petab_
- src
- swig
- tests
- benchmark_models
- cpp
- jakstat_adjoint
- steadystate
- unittests
- performance
- sbml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+812
-781
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
11 | 25 | | |
12 | 26 | | |
13 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | | - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
631 | 633 | | |
632 | 634 | | |
633 | 635 | | |
| |||
Lines changed: 12 additions & 32 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
| 222 | + | |
225 | 223 | | |
226 | 224 | | |
227 | 225 | | |
| |||
234 | 232 | | |
235 | 233 | | |
236 | 234 | | |
237 | | - | |
| 235 | + | |
238 | 236 | | |
239 | 237 | | |
240 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
593 | | - | |
594 | | - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | 82 | | |
| 83 | + | |
85 | 84 | | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | 168 | | |
| 169 | + | |
171 | 170 | | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 21 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
| |||
335 | 333 | | |
336 | 334 | | |
337 | 335 | | |
338 | | - | |
| 336 | + | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
| |||
373 | 371 | | |
374 | 372 | | |
375 | 373 | | |
376 | | - | |
| 374 | + | |
377 | 375 | | |
378 | 376 | | |
379 | 377 | | |
| |||
417 | 415 | | |
418 | 416 | | |
419 | 417 | | |
420 | | - | |
| 418 | + | |
421 | 419 | | |
422 | 420 | | |
423 | 421 | | |
| |||
1113 | 1111 | | |
1114 | 1112 | | |
1115 | 1113 | | |
1116 | | - | |
| 1114 | + | |
1117 | 1115 | | |
1118 | | - | |
| 1116 | + | |
1119 | 1117 | | |
1120 | | - | |
| 1118 | + | |
1121 | 1119 | | |
1122 | 1120 | | |
1123 | 1121 | | |
| |||
1174 | 1172 | | |
1175 | 1173 | | |
1176 | 1174 | | |
1177 | | - | |
| 1175 | + | |
1178 | 1176 | | |
1179 | | - | |
| 1177 | + | |
1180 | 1178 | | |
1181 | 1179 | | |
1182 | | - | |
| 1180 | + | |
1183 | 1181 | | |
1184 | 1182 | | |
1185 | 1183 | | |
| |||
1196 | 1194 | | |
1197 | 1195 | | |
1198 | 1196 | | |
1199 | | - | |
| 1197 | + | |
1200 | 1198 | | |
1201 | 1199 | | |
1202 | | - | |
| 1200 | + | |
1203 | 1201 | | |
1204 | 1202 | | |
1205 | | - | |
| 1203 | + | |
1206 | 1204 | | |
1207 | 1205 | | |
1208 | 1206 | | |
| |||
1257 | 1255 | | |
1258 | 1256 | | |
1259 | 1257 | | |
1260 | | - | |
| 1258 | + | |
1261 | 1259 | | |
1262 | 1260 | | |
1263 | 1261 | | |
| |||
1273 | 1271 | | |
1274 | 1272 | | |
1275 | 1273 | | |
1276 | | - | |
| 1274 | + | |
1277 | 1275 | | |
1278 | 1276 | | |
1279 | | - | |
| 1277 | + | |
1280 | 1278 | | |
1281 | 1279 | | |
1282 | | - | |
| 1280 | + | |
1283 | 1281 | | |
1284 | 1282 | | |
1285 | | - | |
| 1283 | + | |
1286 | 1284 | | |
1287 | 1285 | | |
1288 | 1286 | | |
1289 | 1287 | | |
1290 | 1288 | | |
1291 | 1289 | | |
1292 | | - | |
| 1290 | + | |
1293 | 1291 | | |
1294 | 1292 | | |
1295 | 1293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
35 | 45 | | |
36 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments