@@ -37,7 +37,6 @@ def test_run_stitchee_cli_with_three_filepaths(self, temp_output_dir):
3737 path_str (granules_path , "TEMPO_NO2_L2_V03_20240601T210934Z_S012G01_subsetted.nc4" ),
3838 path_str (granules_path , "TEMPO_NO2_L2_V03_20240601T211614Z_S012G02_subsetted.nc4" ),
3939 path_str (granules_path , "TEMPO_NO2_L2_V03_20240601T212254Z_S012G03_subsetted.nc4" ),
40- "--copy_input_files" ,
4140 "--verbose" ,
4241 "-o" ,
4342 path_str (temp_output_dir , "test_run_stitchee_output.nc" ),
@@ -54,7 +53,6 @@ def test_run_stitchee_cli_with_one_directorypath(self, temp_output_dir):
5453 test_args = [
5554 concatenator .run_stitchee .__file__ ,
5655 str (granules_path ),
57- "--copy_input_files" ,
5856 "--verbose" ,
5957 "-o" ,
6058 path_str (temp_output_dir , "test_run_stitchee_output.nc" ),
@@ -71,7 +69,6 @@ def test_run_stitchee_cli_with_one_netCDFpath(self, temp_output_dir):
7169 test_args = [
7270 concatenator .run_stitchee .__file__ ,
7371 path_str (granules_path , "TEMPO_NO2_L2_V03_20240601T210934Z_S012G01_subsetted.nc4" ),
74- "--copy_input_files" ,
7572 "--verbose" ,
7673 "-o" ,
7774 path_str (temp_output_dir , "test_run_stitchee_output.nc" ),
@@ -90,7 +87,6 @@ def test_run_stitchee_cli_with_one_path_to_text_listing_of_three_files(
9087 test_args = [
9188 concatenator .run_stitchee .__file__ ,
9289 str (text_file_with_three_paths ),
93- "--copy_input_files" ,
9490 "--verbose" ,
9591 "-o" ,
9692 path_str (temp_output_dir , "test_run_stitchee_output.nc" ),
0 commit comments