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 6c912e6 commit a605c41Copy full SHA for a605c41
test/callbacks_test.jl
@@ -202,7 +202,8 @@ end
202
cb = ContinousComponentCallback(cond, affect)
203
set_callback!.(nw.im.edgem, Ref(cb); check=false);
204
cbb = only(NetworkDynamics.wrap_component_callbacks(nw));
205
- @test_throws ArgumentError NetworkDynamics._batch_condition(cbb)
+ # oserved can handle parameters now!
206
+ # @test_throws ArgumentError NetworkDynamics._batch_condition(cbb)
207
@test_throws ArgumentError NetworkDynamics._batch_affect(cbb)
208
209
# invalid state in condition p
0 commit comments