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 cfc5b09 commit 79363b2Copy full SHA for 79363b2
test/fmi/fmi.jl
@@ -157,7 +157,7 @@ end
157
@testset "v2, CS" begin
158
fmu = loadFMU(joinpath(FMU_DIR, "SimpleAdder.fmu"); type = :CS)
159
@named adder = MTK.FMIComponent(
160
- Val(2); fmu, type = :CS, communication_step_size = 1e-4,
+ Val(2); fmu, type = :CS, communication_step_size = 1e-6,
161
reinitializealg = BrownFullBasicInit())
162
@test MTK.isinput(adder.a)
163
@test MTK.isinput(adder.b)
0 commit comments