Skip to content

Commit

Permalink
Update sample data hash
Browse files Browse the repository at this point in the history
Somehow even on older image versions tests that worked previously popped
up with changed results...
  • Loading branch information
TimoRoth committed Nov 22, 2021
1 parent 1b4ffa8 commit 5bc6e7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oggm/tests/test_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_catch_areas():

@pytest.mark.slow
@pytest.mark.graphic
@mpl_image_compare()
@mpl_image_compare(multi=True)
def test_chhota_shigri():

testdir = os.path.join(get_test_dir(), 'tmp_chhota')
Expand Down
4 changes: 2 additions & 2 deletions oggm/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def test_random(self):

@pytest.mark.slow
@pytest.mark.graphic
@mpl_image_compare(remove_text=True)
@mpl_image_compare(remove_text=True, multi=True)
def test_plot_region_inversion():

gdirs = up_to_inversion()
Expand All @@ -382,7 +382,7 @@ def test_plot_region_inversion():

@pytest.mark.slow
@pytest.mark.graphic
@mpl_image_compare(remove_text=True)
@mpl_image_compare(remove_text=True, multi=True)
def test_plot_region_model():

gdirs = random_for_plot()
Expand Down
2 changes: 1 addition & 1 deletion oggm/utils/_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The given commit will be downloaded from github and used as source for
# all sample data
SAMPLE_DATA_GH_REPO = 'OGGM/oggm-sample-data'
SAMPLE_DATA_COMMIT = '04012c9b239a836d758add85a6c706a011f75329'
SAMPLE_DATA_COMMIT = 'cf480d9790f3559cc52764899d7f44eef4cd418a'

GDIR_L1L2_URL = ('https://cluster.klima.uni-bremen.de/~oggm/gdirs/oggm_v1.4/'
'L1-L2_files/centerlines/')
Expand Down

0 comments on commit 5bc6e7a

Please sign in to comment.