SimpleNonlinearSolve.jl
SimpleNonlinearSolve.jl copied to clipboard
Force ADTypes v1
Checklist
- [x] Appropriate tests were added
- [x] Any code changes were done in a way that does not break public API
- [x] All documentation related to code changes were updated
- [x] The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
- [x] Any new documentation only uses public API
Additional context
Force the use of ADTypes v1 instead of allowing v0.2 as well. I don't think this requires internal changes for this package, but it will break downstream.
@ChrisRackauckas can you approve the workflows?
@avik-pal can you handle the unexpected passes? https://github.com/SciML/SimpleNonlinearSolve.jl/actions/runs/9128228158/job/25100141056?pr=143#step:6:670
This is that strange issue where Mac behaves differently from other OS. Setting them to pass in Mac will cause Windows and Linux to fail
At least setup an if Mac then not broken so tests pass