Skip to content

Commit

Permalink
skip test_scenario_3 until new golden data made
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuzz31 committed Mar 14, 2023
1 parent d34196d commit 6c04096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+ Add assert statement to raise error if the delay cube for each SAR date in a GUNW IFG is not written
+ Verify some constants / equations and remove the comments questioning them
+ Relocate the time resolution of wmodels to one spot
+ Skip test_scenario_3 until a new golden dataset is created

## [0.4.2]

Expand Down
3 changes: 2 additions & 1 deletion test/test_scenario_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@



@pytest.mark.isce3
# @pytest.mark.isce3
@pytest.mark.skip
def test_scenario_3():
SCENARIO_DIR = os.path.join(TEST_DIR, "scenario_3")

Expand Down

0 comments on commit 6c04096

Please sign in to comment.