Skip to content

Commit

Permalink
fix a couple debugging leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmaurer committed Aug 10, 2023
1 parent 97a2e4d commit e95627d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions test/scenario_5/temp.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_GUNW.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e95627d

Please sign in to comment.