Commit 6c1a7b3
committed
test: drop unused
`_clamp` was never defined in the source — only `_dead_zone` exists.
The Blocks/math.jl test imported both via `using
ModelingToolkitStandardLibrary.Blocks: _clamp, _dead_zone`, but neither
is used in this file (`_dead_zone` is only used in
Blocks/nonlinear.jl, which has its own import). Removing the entire
`using` line fixes a UndefVarError that errored out all 93 tests in
math.jl.
Verified locally: 93/93 pass after the fix.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>_clamp import from math.jl1 parent f7946d3 commit 6c1a7b3
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments