Skip to content

Commit

Permalink
fix bench sd expand scc
Browse files Browse the repository at this point in the history
  • Loading branch information
troonmel committed Nov 13, 2023
1 parent 195f51d commit c8f86cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/bench_sd_expand_scc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
sys.path.append(".")
sys.path.append("..")

from biodivine_aeon import BooleanNetwork
from nfvsmotifs.SuccessionDiagram import SuccessionDiagram
Expand All @@ -21,7 +21,7 @@

# Compute the succession diagram.
sd = SuccessionDiagram(bn)
fully_expanded = expand_source_SCCs(sd)
fully_expanded = expand_source_SCCs(sd, check_maa=False)
assert fully_expanded

print(f"Succession diagram size:", len(sd))
Expand Down

0 comments on commit c8f86cb

Please sign in to comment.