Skip to content

Commit

Permalink
fix previous 2 commits: directed
Browse files Browse the repository at this point in the history
  • Loading branch information
betterenvi committed Aug 30, 2017
1 parent 490c0b3 commit d668407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
min_num_vertices=FLAGS.lower_bound_of_num_vertices,
max_num_vertices=FLAGS.upper_bound_of_num_vertices,
max_ngraphs=FLAGS.num_graphs,
is_undirected=FLAGS.directed,
is_undirected=(not FLAGS.directed),
verbose=FLAGS.verbose,
visualize=FLAGS.plot,
where=FLAGS.where
Expand Down

0 comments on commit d668407

Please sign in to comment.