Commit 633876f
Fix unexpected pass for Broyden Wood function test on Julia 1.12+
Test #4 (Wood function) for SimpleBroyden() now passes on Julia 1.12+ on macOS.
Updated the broken_tests logic to exclude test #4 from broken tests on v1.12+.
The test was previously marked as broken on v1.11+ but is now passing on v1.12+,
likely due to improvements in Julia 1.12 that fixed the underlying issue.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ccb1784 commit 633876f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
0 commit comments