From b0c9416200c36d5533f495919b7ac641e0457679 Mon Sep 17 00:00:00 2001 From: Laura Cabayol-Garcia Date: Sun, 29 Sep 2024 23:15:05 -0700 Subject: [PATCH] fix bug --- tests/plot_mpg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/plot_mpg.py b/tests/plot_mpg.py index cfd16781..3e174ebf 100644 --- a/tests/plot_mpg.py +++ b/tests/plot_mpg.py @@ -41,7 +41,7 @@ def test(): emulator = NNEmulator( training_set=training_set, emulator_label=emulator_label, - emu_params=nyx_params, + emu_params=emu_params, model_path=model_path, drop_sim=None, train=False, @@ -50,7 +50,7 @@ def test(): emulator = NNEmulator( training_set=training_set, emulator_label=emulator_label, - emu_params=nyx_params, + emu_params=emu_params, model_path=model_path+f'_{sim}.pt', drop_sim=sim, train=False,