We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a598cb commit cd911f1Copy full SHA for cd911f1
.gitignore
@@ -4,3 +4,4 @@ __pycache__
4
.idea
5
*.egg-info
6
outputs
7
+build
ment/core.py
@@ -153,7 +153,7 @@ def __init__(
153
154
self.prior = prior
155
if self.prior is None:
156
- self.prior = UniformPrior(ndim, scale=100.0)
+ self.prior = UniformPrior(ndim=ndim, scale=100.0)
157
158
self.unnorm_matrix = unnorm_matrix
159
self.unnorm_transform = self.set_unnorm_transform(unnorm_matrix)
0 commit comments