Commit 38f874a
committed
Fix
* So far, `sx_ss` was incorrectly the sensitivities w.r.t. the unscaled parameters. Fixed here.
* So far, pre-equilibration steady-state sensitivities were not included in the finite difference checks. Now they are.
* Add option to skip specific ReturnData fields in the finite difference checksx_ss for log-transformed parameters (#2864)1 parent 83c432c commit 38f874a
File tree
3 files changed
+24
-26
lines changed- python
- sdist/amici
- tests
- src
3 files changed
+24
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
184 | 171 | | |
185 | 172 | | |
186 | 173 | | |
| |||
200 | 187 | | |
201 | 188 | | |
202 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
203 | 193 | | |
204 | 194 | | |
205 | 195 | | |
| |||
236 | 226 | | |
237 | 227 | | |
238 | 228 | | |
| 229 | + | |
| 230 | + | |
239 | 231 | | |
240 | 232 | | |
241 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
| 770 | + | |
770 | 771 | | |
771 | 772 | | |
772 | 773 | | |
| |||
0 commit comments