From cc09439847d0bb658aa4f5eec70095d63ad29821 Mon Sep 17 00:00:00 2001 From: Laura Cabayol-Garcia Date: Mon, 30 Sep 2024 02:23:14 -0700 Subject: [PATCH] try new namign for debugging --- .github/workflows/python-tests.yml | 2 +- tests/plot_mpg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index a90434c2..2bc8879c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -38,7 +38,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: validation-figures - path: data/validation_figures/Gadget/mpg_central_v2.png + path: data/validation_figures/Gadget/mpg_central_v3.png - name: List generated plots run: | echo "Files in the validation_figures directory:" diff --git a/tests/plot_mpg.py b/tests/plot_mpg.py index 6d2222e6..8643f4f0 100644 --- a/tests/plot_mpg.py +++ b/tests/plot_mpg.py @@ -70,7 +70,7 @@ def test(): testing_data = [d for d in testing_data if d['val_scaling'] == 1] # Plot and save the emulated P1D - save_path = f'{save_dir}{sim}_v2.png' + save_path = f'{save_dir}{sim}_v3.png' plot_p1d_vs_emulator(testing_data, emulator, save_path=save_path) return