Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
2f035228
Commit
2f035228
authored
Jan 08, 2019
by
Martin Reinecke
Browse files
cleanup
parent
2e416963
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/los_response.py
View file @
2f035228
...
...
@@ -30,8 +30,6 @@ from ..operators.linear_operator import LinearOperator
def
_gaussian_error_function
(
x
):
return
0.5
*
erfc
(
x
/
np
.
sqrt
(
2.
))
# FIXME which one is right?
# return 0.5/erfc(x*np.sqrt(2.))
def
_comp_traverse
(
start
,
end
,
shp
,
dist
,
lo
,
mid
,
hi
,
erf
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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