Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
2b42ce1e
Commit
2b42ce1e
authored
Jun 10, 2016
by
Sebastian Heimann
Browse files
fix broken sampler_distribution='normal' mode
parent
a413f383
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
2b42ce1e
...
...
@@ -1246,6 +1246,7 @@ def solve(problem,
x
=
vs
.
tolist
()
if
sampler_distribution
==
'normal'
:
x
=
[]
for
i
in
xrange
(
npar
):
ntry
=
0
while
True
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment