File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 6464 @test_throws r" max" set_state! (qn, :A , 6 )
6565end
6666
67- @testitem " QN Construction" setup = [RandomSetup, ExampleQN] begin
68- initial_state_beyond_domain = [5 , 5 , 5 ]
69-
70- # @test_throws r"<=" set_state!(qn, en
71- end
72-
7367@testitem " Target Function" setup = [RandomSetup, ExampleQN] begin
7468 using DynamicalSystemsBase: step!, get_state, set_state!
7569 set_state! (qn, :A , 1 )
@@ -177,11 +171,10 @@ end
177171
178172 bad_models = joinpath (bma_models_path, " error_examples" )
179173
180- # @test_throws "Neither alternative" QN(joinpath(bad_models, "bad_edge_key.json"))
181- # @test_throws "Failed to add" QN(joinpath(bad_models, "duplicate_entity_ids.json"))
182- # @test_throws "Error while constructing name for entity" QN(
183- # joinpath(bad_models, "multiple_incoming_edges_same_name.json"),
184- # )
174+ @test_throws " Failed to add" QN (joinpath (bad_models, " duplicate_entity_ids.json" ))
175+ @test_throws " Error while constructing name for entity" QN (
176+ joinpath (bad_models, " multiple_incoming_edges_same_name.json" ),
177+ )
185178end
186179
187180@testitem " Save to BMA" begin
You can’t perform that action at this time.
0 commit comments