From a3b25761a918cb441a2fbc404cd8f1d822c3fd54 Mon Sep 17 00:00:00 2001 From: kbonney Date: Wed, 20 Nov 2024 14:16:19 -0500 Subject: [PATCH] setting compare to false --- wntr/tests/test_graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wntr/tests/test_graphics.py b/wntr/tests/test_graphics.py index 8cf28e708..301ed77f9 100644 --- a/wntr/tests/test_graphics.py +++ b/wntr/tests/test_graphics.py @@ -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']