Skip to content

Add DataInterpolations as test-only dependency - #84

Merged
baggepinnen merged 1 commit into
masterfrom
fbc/datainterpolations-test-dep
Jul 23, 2026
Merged

Add DataInterpolations as test-only dependency#84
baggepinnen merged 1 commit into
masterfrom
fbc/datainterpolations-test-dep

Conversation

@baggepinnen

Copy link
Copy Markdown
Member

DataInterpolations was dropped from [deps] in 3bbba87 since it is unused in src/, but the test suite still loads it: test/test_batchlin.jl uses LinearInterpolation as the interpolator for GainScheduledStateSpace. This adds it back under [extras] and the test target only.

Verified locally: Pkg.test() passes (37 pass, 1 broken) with the test environment resolving DataInterpolations.

🤖 Generated with Claude Code

The tests use DataInterpolations.LinearInterpolation as the interpolator
for GainScheduledStateSpace (test_batchlin.jl), so the package is still
needed on the test target after being dropped from [deps] in 3bbba87.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@baggepinnen
baggepinnen merged commit 4847ff0 into master Jul 23, 2026
1 of 2 checks passed
@baggepinnen
baggepinnen deleted the fbc/datainterpolations-test-dep branch July 23, 2026 08:05
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.

1 participant