diff --git a/test/scenario_5/temp.yaml b/test/scenario_5/temp.yaml deleted file mode 100644 index 38dd6bfb2..000000000 --- a/test/scenario_5/temp.yaml +++ /dev/null @@ -1,16 +0,0 @@ -aoi_group: - bounding_box: - - 28 - - 39 - - -123 - - -112 -date_group: - date_end: '20200130' - date_start: '20200124' - date_step: 3 -runtime_group: - output_directory: /Users/jlmd9g/software/RAiDER/test/scenario_5 - weather_model_directory: /Users/jlmd9g/software/RAiDER/test/scenario_5/weather_files -time_group: - time: 00:00:00 -weather_model: GMAO diff --git a/test/test_GUNW.py b/test/test_GUNW.py index e9c1f2e2a..dc0146e75 100644 --- a/test/test_GUNW.py +++ b/test/test_GUNW.py @@ -28,7 +28,6 @@ def compute_transform(lats, lons): return (a, b, c, d, e, f) -@pytest.mark.long @pytest.mark.isce3 @pytest.mark.parametrize('weather_model_name', ['GMAO']) def test_GUNW_update(test_dir_path, test_gunw_path_factory, weather_model_name): @@ -69,7 +68,6 @@ def test_GUNW_update(test_dir_path, test_gunw_path_factory, weather_model_name): [os.remove(f) for f in glob.glob(f'{weather_model_name}*')] -@pytest.mark.long def test_GUNW_metadata_update(test_gunw_json_path, test_gunw_json_schema_path, tmp_path, mocker): """This test performs the GUNW entrypoint with bucket/prefix provided and only updates the json. Monkey patches the upload/download to/from s3 and the actual computation.