We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec3725 commit e4eb600Copy full SHA for e4eb600
test/Blocks/math.jl
@@ -1,5 +1,5 @@
1
using ModelingToolkitStandardLibrary.Blocks
2
-using ModelingToolkit, OrdinaryDiffEq, Plots, Test
+using ModelingToolkit, OrdinaryDiffEq, Test
3
using ModelingToolkitStandardLibrary.Blocks: _clamp, _dead_zone
4
using ModelingToolkit: inputs, unbound_inputs, bound_inputs
5
@@ -269,4 +269,4 @@ end
269
@test all(map(u->u in Set([b.input1.u, b.input2.u, int.input.u]), inputs(sys)))
270
@test sol.retcode == :Success
271
@test sol[int.input.u] ≈ atan.(sol[c1.output.u], sol[c2.output.u])
272
-end
+end
0 commit comments