Skip to content

Commit 960333d

Browse files
committed
Change half-prior parametrization
1 parent becfc61 commit 960333d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_iterations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@
170170

171171
valid_priors = [
172172
GammaPrior(3, 1),
173-
HalfCauchyPrior(2),
174-
HalfNormalPrior(2),
173+
HalfCauchyPrior(0.5),
174+
HalfNormalPrior(0.5),
175175
LogNormalPrior(1, 2),
176176
NormalPrior(1, 2),
177177
SmoothedBoxPrior(0, 3, 0.1),

0 commit comments

Comments
 (0)