Skip to content

Add missing test dependencies to downstream Project.toml#529

Merged
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix/downstream-test-deps
Jan 21, 2026
Merged

Add missing test dependencies to downstream Project.toml#529
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix/downstream-test-deps

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Adds missing package dependencies to test/downstream/Project.toml that are used by downstream tests but were not listed

Changes

Added the following packages:

  • SymbolicIndexingInterface - used in symbol_indexing.jl
  • Zygote - used in symbol_indexing.jl
  • Tables - used via testutils.jl
  • ArrayInterface - used in odesolve.jl
  • NLsolve - used in odesolve.jl

Test plan

  • All downstream tests pass locally (symbol_indexing.jl, odesolve.jl, measurements_and_units.jl, TrackerExt.jl, downstream_events.jl)

🤖 Generated with Claude Code

Add packages that are used by downstream tests but were not listed:
- SymbolicIndexingInterface (used in symbol_indexing.jl)
- Zygote (used in symbol_indexing.jl)
- Tables (used via testutils.jl)
- ArrayInterface (used in odesolve.jl)
- NLsolve (used in odesolve.jl)

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit cc8aa48 into SciML:master Jan 21, 2026
23 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants