SciML / SciML/ODEInterfaceDiffEq.jl
Re-enable Julia v1 and pre tests after ODEInterface fixes
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 8
- Forks
- 20
- Avg merge
- 4h 53m
- Merged PRs (30d)
- 9
Description
Summary
The Julia v1 (latest stable) and pre (nightly/pre-release) tests have been temporarily disabled in the CI workflow due to issues with the underlying ODEInterface.jl package.
Background
ODEInterface.jl needs updates/fixes to work properly with newer Julia versions. Until those fixes are made, only the LTS (Long Term Support) Julia version tests are running.
Action Items
- Monitor ODEInterface.jl for relevant fixes/updates
- Re-enable Julia v1 tests by uncommenting
- "1"in.github/workflows/Tests.yml - Re-enable Julia pre tests by uncommenting
- "pre"in.github/workflows/Tests.yml - Verify tests pass after re-enabling
Related
- ODEInterface.jl: https://github.com/luchr/ODEInterface.jl
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Check ODEInterface.jl for the fixes mentioned in the issue before editing .github/workflows/Tests.yml. Uncomment the Julia "1" and "pre" entries, then run the workflow or its equivalent checks and confirm both versions pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100