Skip to content

Commit

Permalink
change to avoid using GPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Jun 4, 2024
1 parent 80add0c commit 144ef72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_lace.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ def create_emulator():
p1d_true = fit_p1d.P_Mpc(kMpc)

# Set up the emulator
emulator_C23 = set_emulator(emulator_label="Cabayol23+")
emulator_C23 = NNEmulator(training_set='Cabayol23',
emulator_label='Cabayol23+'
model_path='NNmodels/Cabayol23+/Cabayol23+.pt',
train=False)

# Emulate p1d_Mpc data using the emulator
p1d = emulator_C23.emulate_p1d_Mpc(testing_data[4], kMpc)
Expand Down

0 comments on commit 144ef72

Please sign in to comment.