Commit f0e95bf
Move existing tests that may use Enzyme to nopre group
Instead of creating new tests, this moves existing tests that could
potentially use Enzyme through default autodiff settings to the nopre group:
- Basic PolyAlgorithms: Uses RobustMultiNewton() and FastShortcutNonlinearPolyalg()
- PolyAlgorithms Autodiff: Tests autodiff with polyalgorithms
- 23 Test Problems: PolyAlgorithms: Tests with default polyalgorithms
- ForwardDiff.jl Integration: Tests with FastShortcutNonlinearPolyalg() and nothing
- Ensemble Nonlinear Problems: Uses nothing as algorithm
- Out-of-place Matrix Resizing: Uses polyalgorithms without explicit autodiff
- Inplace Matrix Resizing: Uses polyalgorithms without explicit autodiff
- Default Algorithm Singular Handling: Uses default solver
These tests may trigger Enzyme usage through default autodiff backends,
so moving them to nopre group ensures they don't run on Julia prerelease.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent aebeba2 commit f0e95bf
File tree
4 files changed
+8
-62
lines changed- test
4 files changed
+8
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments