Commit 9ccf51f
Drop OrdinaryDiffEqTsit5 test dependency and unused solver helpers
`src/solvers/solver_utils.jl` defined `TimeDependentSum`, `ScaledSum`,
`to_vec`, and `cache_operator_to_disk`, but the file is never `include`d
from `ITensorNetworks.jl`, so none of these names are part of the loaded
package. Their only consumer was `test/ITensorNetworksTestSolversUtils/`,
which itself is never loaded by `runtests.jl` or any `test_*.jl` file
(`ITensorPkgSkeleton.runtests` only auto-loads files starting with
`test_`). The whole chain is dead code.
- Delete `src/solvers/solver_utils.jl`.
- Delete `test/ITensorNetworksTestSolversUtils/`.
- Drop `OrdinaryDiffEqTsit5` from `test/Project.toml`.
Patch bump because nothing reachable from the loaded package changed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 629b79c commit 9ccf51f
5 files changed
Lines changed: 1 addition & 126 deletions
File tree
- src/solvers
- test
- ITensorNetworksTestSolversUtils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments