Commit 143fa17
fix: drop stale
test/Blocks/math.jl imported `_clamp` from Blocks, but `_clamp` was
removed from the source — the Limiter component now calls the builtin
`clamp` directly (src/Blocks/nonlinear.jl). The dead import made the
2nd Core testset error with `UndefVarError: _clamp` on every Julia/dep
combination, so the whole suite (and downgrade CI) fails at master.
`_clamp` is unused in the test; `_dead_zone` (still in source) is kept.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>_clamp import (un-break Blocks/math tests)1 parent df33dee commit 143fa17
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments