Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Apr 20, 2024
1 parent b1ef055 commit a862c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprocesses/model/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def predict(
*,
num_samples=50,
batch_size=16,
dtype_lik=None
dtype_lik=None,
):
"""Use a model to predict.
Expand Down

0 comments on commit a862c99

Please sign in to comment.