We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0433cf commit f25bef6Copy full SHA for f25bef6
gmsvtoolkit/tests/test_plot_fas.py
@@ -99,7 +99,7 @@ def test_plot_fas_batch(self):
99
100
# Run FAS plotting code in batch mode
101
plot_fas.run_batch_mode(batch_file, ref_dir,
102
- self.temp_dir)
+ self.temp_dir, comp_label="10000000.")
103
104
def test_plot_fas_station(self):
105
"""
@@ -111,7 +111,7 @@ def test_plot_fas_station(self):
111
112
# Run FAS plotting code in station list mode
113
plot_fas.run_station_list_mode(station_list, ref_dir,
114
115
116
if __name__ == "__main__":
117
SUITE = unittest.TestLoader().loadTestsFromTestCase(TestPlotFAS)
0 commit comments