Skip to content

Commit

Permalink
Option for reverse plots removed
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ristian committed Oct 24, 2020
1 parent 70c898b commit 8cd6db2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions notebooks/dutch_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ nbutils.set_default_pd_options()

PRUNING_LEVEL = 0
ITERATION_COUNT = 4
REVERSE = False
SHOW_LABELS = True
SHOW_ARROWS = False
PLOT_SIZE = (20, 10)
Expand All @@ -54,9 +53,6 @@ graph_frame = graph.create_pruned_dutch_graph(

graph_frame["prunable"] = graph_frame.index % 2 == 1

if REVERSE:
nbutils.swap_column_names(("successor", "predecessor"), graph_frame)

print("T>=" + str(PRUNING_LEVEL), "\n")

if PRINT_TABLE:
Expand Down

0 comments on commit 8cd6db2

Please sign in to comment.