Skip to content

Commit

Permalink
FIX: Fix for moved images from previous PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Jan 9, 2024
1 parent 6b3231b commit 26a8441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/utils/test_io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ def test_gunzip():
@pytest.mark.skipif(not MOVIEPY_AVAILABLE, reason='MoviePy is not installed.')
def test_generate_movie():
files = [
'https://github.com/ARM-DOE/ACT/blob/main/act/tests/plotting/baseline/test_contour.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/act/tests/plotting/baseline/test_contour2.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/act/tests/plotting/baseline/test_contourf.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/act/tests/plotting/baseline/test_contourf2.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/tests/plotting/baseline/test_contour.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/tests/plotting/baseline/test_contour2.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/tests/plotting/baseline/test_contourf.png?raw=true',
'https://github.com/ARM-DOE/ACT/blob/main/tests/plotting/baseline/test_contourf2.png?raw=true',
]
cwd = Path.cwd()
with tempfile.TemporaryDirectory() as tmpdirname:
Expand Down

0 comments on commit 26a8441

Please sign in to comment.