Skip to content

Commit 48c9bdf

Browse files
dweindldilpath
andauthored
Update tests/v1/test_priors.py
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
1 parent 3775bb4 commit 48c9bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/test_priors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_priors_to_measurements_simple():
3636
prior_scale = 3
3737

3838
for prior_type in [C.NORMAL, C.LAPLACE]:
39-
# evaluate the orignal prior
39+
# evaluate the original prior
4040
prior = Prior(
4141
prior_type, (prior_loc, prior_scale), transformation=C.LIN
4242
)

0 commit comments

Comments
 (0)