Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
numpyXtns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Momme Butenschön
numpyXtns
Commits
b6755d12
Commit
b6755d12
authored
Jan 27, 2017
by
Momme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected module import.
parent
c115dfa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
numpyXtns/numpyXtns.py
numpyXtns/numpyXtns.py
+2
-2
No files found.
numpyXtns/numpyXtns.py
View file @
b6755d12
...
...
@@ -3,11 +3,11 @@ try:
from
itertools
import
izip
as
zip
except
ImportError
:
pass
from
numpy
import
array
,
round
,
where
,
ones
,
convolve
,
nomask
,
\
from
numpy
import
array
,
round
,
where
,
ones
,
convolve
,
\
hanning
,
hamming
,
bartlett
,
blackman
,
r_
,
median
,
sqrt
,
floor
,
resize
,
\
empty
,
sort
,
apply_along_axis
,
int_
,
mean
,
unravel_index
,
log10
,
float_
from
gzip
import
open
as
opengz
from
numpy.ma
import
MaskedArray
,
getmaskarray
from
numpy.ma
import
MaskedArray
,
getmaskarray
,
nomask
from
datetime
import
datetime
,
timedelta
from
numpy.ma
import
array
as
marray
try
:
...
...
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