Skip to content

Commit

Permalink
setting compare to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Nov 20, 2024
1 parent 6e3fcf6 commit a3b2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wntr/tests/test_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_plot_network5(self):
def test_plot_network_options(self):
# NOTE:to compare with the old plot_network set compare=True.
# this should be set to false for regular testing
compare = True
compare = False

cmap = matplotlib.colormaps['viridis']

Expand Down

0 comments on commit a3b2576

Please sign in to comment.