Skip to content

Commit

Permalink
Fix test after restricting PerturbationGraph.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Oct 26, 2024
1 parent 2efdc10 commit 8cba457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_attractor_bifurcation_with_perturbations():
model_unknown.set_update_function("GATA1", None)
model_unknown.set_update_function("CEBPa", None)
model_unknown.set_update_function("PU1", None)
model_unknown = model_unknown.name_implicit_parameters()

pstg = AsynchronousPerturbationGraph(model_unknown)
stg = AsynchronousGraph(model_unknown)
Expand Down

0 comments on commit 8cba457

Please sign in to comment.