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
ift
NIFTy
Commits
298247ba
Commit
298247ba
authored
Aug 11, 2019
by
Philipp Arras
Browse files
Reduce potential confusion
parent
4380d2b9
Pipeline
#53602
passed with stages
in 8 minutes and 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty5/fft.py
View file @
298247ba
...
@@ -26,7 +26,7 @@ def nthreads():
...
@@ -26,7 +26,7 @@ def nthreads():
def
set_nthreads
(
nthr
):
def
set_nthreads
(
nthr
):
global
_nthreads
global
_nthreads
_nthreads
=
nthr
_nthreads
=
int
(
nthr
)
def
fftn
(
a
,
axes
=
None
):
def
fftn
(
a
,
axes
=
None
):
...
...
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