Skip to content

Commit

Permalink
try to fx indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Aug 5, 2024
1 parent 25c1a59 commit b90dbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lace/emulator/nn_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,8 @@ def emulate_arr_p1d_Mpc(self, emu_calls, k_Mpc, return_covar=False, z=None):
- numpy.ndarray: Covariance matrices for each parameter set.
Warnings:
- If any `k_Mpc` values exceed the training range or are below the minimum training range,
a warning will be issued.
If any `k_Mpc` values exceed the training range or are below the minimum training range,
a warning will be issued.
"""
logk_Mpc = torch.log10(torch.Tensor(k_Mpc)).to(self.device)

Expand Down

0 comments on commit b90dbf5

Please sign in to comment.