Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Sep 13, 2022
1 parent 24e205a commit c7b6b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurots/generate/orientations.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def _prob(angle):
# The bounds correspond to the function's parameter min/max bounds for the fit
default_bounds = {
"double_step": ([0, 0.1, -np.pi, 0.1], [np.pi, 10, 0, 10]),
"step": ([0.0, 0.1], [np.pi, 10]),
"step": ([-np.pi, 0.1], [np.pi, 10]),
}
default_params = {
"with_apical": {"basal_dendrite": {"form": "step", "bounds": default_bounds["step"]}},
Expand Down

0 comments on commit c7b6b59

Please sign in to comment.