Skip to content

Commit e4eb600

Browse files
Update math.jl
1 parent eec3725 commit e4eb600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Blocks/math.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ModelingToolkitStandardLibrary.Blocks
2-
using ModelingToolkit, OrdinaryDiffEq, Plots, Test
2+
using ModelingToolkit, OrdinaryDiffEq, Test
33
using ModelingToolkitStandardLibrary.Blocks: _clamp, _dead_zone
44
using ModelingToolkit: inputs, unbound_inputs, bound_inputs
55

@@ -269,4 +269,4 @@ end
269269
@test all(map(u->u in Set([b.input1.u, b.input2.u, int.input.u]), inputs(sys)))
270270
@test sol.retcode == :Success
271271
@test sol[int.input.u] atan.(sol[c1.output.u], sol[c2.output.u])
272-
end
272+
end

0 commit comments

Comments
 (0)