Skip to content

Commit

Permalink
try new namign for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Sep 30, 2024
1 parent 84c7aff commit cc09439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
2 changes: 1 addition & 1 deletion tests/plot_mpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc09439

Please sign in to comment.