Commit 1c5b34a
authored
Fix downstream AD tests
This is because the norm on (u=tracked, t=tracked) returns a tracked value, which is required for differentiating appropriately w.r.t. callback time. However, this value is just being saved for non-differentiable logic in order to know whether to include the first interval or not in the search process, and so it should be dropped.1 parent 5de3824 commit 1c5b34a
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
511 | | - | |
512 | | - | |
| 510 | + | |
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
| |||
0 commit comments