Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fluiddyn
transonic
Commits
f6928ea9d406
Commit
6656b644
authored
Mar 04, 2020
by
Pierre Augier
Browse files
Add numpy.fft to packages_supported_by_pythran
parent
1068567fbcc7
Pipeline
#3593
passed with stage
in 14 minutes and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
transonic/analyses/util.py
View file @
f6928ea9
...
...
@@ -180,7 +180,14 @@ def gather_rawcode_comments(node, code_module):
# TODO complete the list
packages_supported_by_pythran
=
[
"numpy"
,
"math"
,
"functools"
,
"cmath"
,
"scipy"
]
packages_supported_by_pythran
=
[
"functools"
,
"math"
,
"cmath"
,
"numpy"
,
"numpy.fft"
,
"scipy"
,
]
def
find_path
(
node
:
object
,
pathfile
:
str
):
...
...
Write
Preview
Markdown
is supported
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