Skip to content

Commit

Permalink
#140 update to reflect change to base_plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Feb 17, 2022
1 parent bc5084d commit f3c7a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reliability_diagram/test_reliability_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setup():
cleanup()
# Set up the METPLOTPY_BASE so that met_plot.py will correctly find
# the config directory containing all the default config files.
os.environ['METPLOTPY_BASE'] = "../../metplotpy"
os.environ['METPLOTPY_BASE'] = "../../"
custom_config_filename = "./custom_reliability_use_defaults.yaml"

# Invoke the command to generate a Performance Diagram based on
Expand Down Expand Up @@ -72,7 +72,7 @@ def test_files_exist(test_input, expected):
except FileExistsError as e:
pass

os.environ['METPLOTPY_BASE'] = "../../metplotpy"
os.environ['METPLOTPY_BASE'] = "../../"
custom_config_filename = "./custom_reliability_points1.yaml"
r.main(custom_config_filename)

Expand Down

0 comments on commit f3c7a7e

Please sign in to comment.