Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update test/test_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Jul 4, 2024
1 parent 5bdff10 commit 5dc6c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_average_model():


def test_gp_model():
gp = GaussianProcessModel("test", kernel="default")
gp = GaussianProcessModel("test")

assert isinstance(gp, model.dipy.GaussianProcessModel)

Expand Down

0 comments on commit 5dc6c81

Please sign in to comment.