From 26a84419e9f9c813040e1389e3aec6e3349e800e Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 9 Jan 2024 17:16:47 -0600 Subject: [PATCH] FIX: Fix for moved images from previous PR. --- tests/utils/test_io_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/utils/test_io_utils.py b/tests/utils/test_io_utils.py index 3cdd6ad402..89cfee6ef6 100644 --- a/tests/utils/test_io_utils.py +++ b/tests/utils/test_io_utils.py @@ -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: