Skip to content

Commit f25bef6

Browse files
committed
Fixed fas plotting test case so it can find the input files
1 parent b0433cf commit f25bef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gmsvtoolkit/tests/test_plot_fas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_plot_fas_batch(self):
9999

100100
# Run FAS plotting code in batch mode
101101
plot_fas.run_batch_mode(batch_file, ref_dir,
102-
self.temp_dir)
102+
self.temp_dir, comp_label="10000000.")
103103

104104
def test_plot_fas_station(self):
105105
"""
@@ -111,7 +111,7 @@ def test_plot_fas_station(self):
111111

112112
# Run FAS plotting code in station list mode
113113
plot_fas.run_station_list_mode(station_list, ref_dir,
114-
self.temp_dir)
114+
self.temp_dir, comp_label="10000000.")
115115

116116
if __name__ == "__main__":
117117
SUITE = unittest.TestLoader().loadTestsFromTestCase(TestPlotFAS)

0 commit comments

Comments
 (0)