Skip to content

Commit

Permalink
commented out graphics in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Oct 1, 2024
1 parent 1a5ad52 commit 9a05834
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wntr/tests/test_epanet_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,11 +701,11 @@ def test_headloss_formula_roughness_units(self):
temp = results.node['pressure'].loc[0,wn.junction_name_list]
pressure[headloss+', '+units] = temp

import matplotlib.pylab as plt
import pandas as pd
plt.figure()
pd.DataFrame(pressure).plot.bar()
plt.legend() #loc='lower right')
#import matplotlib.pylab as plt
#import pandas as pd
#plt.figure()
#pd.DataFrame(pressure).plot.bar()
#plt.legend() #loc='lower right')

## Compares all results to H-W, GPM
threshold = 0.55
Expand Down

0 comments on commit 9a05834

Please sign in to comment.