Skip to content

Commit a605c41

Browse files
committed
fix test
SII.observed can handle parameters now, so it is not necessary to distinguish between u and p anymore
1 parent 6c912e6 commit a605c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/callbacks_test.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ end
202202
cb = ContinousComponentCallback(cond, affect)
203203
set_callback!.(nw.im.edgem, Ref(cb); check=false);
204204
cbb = only(NetworkDynamics.wrap_component_callbacks(nw));
205-
@test_throws ArgumentError NetworkDynamics._batch_condition(cbb)
205+
# oserved can handle parameters now!
206+
# @test_throws ArgumentError NetworkDynamics._batch_condition(cbb)
206207
@test_throws ArgumentError NetworkDynamics._batch_affect(cbb)
207208

208209
# invalid state in condition p

0 commit comments

Comments
 (0)