Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Sep 30, 2024
1 parent 040778d commit f5ac5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plot_mpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test():
emulator = NNEmulator(
training_set=training_set,
emulator_label=emulator_label,
emu_params=nyx_emu_params,
emu_params=nyx_params,
model_path=model_path,
drop_sim=None,
train=False,
Expand All @@ -50,7 +50,7 @@ def test():
emulator = NNEmulator(
training_set=training_set,
emulator_label=emulator_label,
emu_params=nyx_emu_params,
emu_params=nyx_params,
model_path=model_path+f'_{sim}.pt',
drop_sim=sim,
train=False,
Expand Down

0 comments on commit f5ac5ef

Please sign in to comment.