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 7a8ad8a commit 3bc6777Copy full SHA for 3bc6777
petab/v1/sampling.py
@@ -33,7 +33,7 @@ def sample_from_prior(
33
bounds=tuple(bounds),
34
transformation=scaling,
35
)
36
- return prior.sample(shape=(n_starts,))
+ return prior.sample(shape=(n_starts,), x_scaled=True)
37
38
39
def sample_parameter_startpoints(
0 commit comments