Commit 178efe5
Fix Aqua compat, NNStopping dimension mismatch, Runic CI
- Add compat entries for CUDA_Driver_jll and CUDA_Runtime_jll to
satisfy Aqua deps_compat check.
- Fix NNStopping DimensionMismatch by adding saveat=dt to SDE solve,
ensuring consistent time point count between solution and payoff
matrix G.
- Add julia-actions/setup-julia to Runic workflow since
fredrikekre/runic-action requires Julia to be pre-installed.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1a67102 commit 178efe5
File tree
3 files changed
+7
-1
lines changed- .github/workflows
- src
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments