Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ducc
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
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Perkins
ducc
Commits
ea7f0dfe
Commit
ea7f0dfe
authored
May 23, 2020
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
bc9cfb02
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
nifty_gridder/test/test_gridder.py
nifty_gridder/test/test_gridder.py
+1
-1
pyHealpix/test/test_pyHealpix.py
pyHealpix/test/test_pyHealpix.py
+1
-1
pyinterpol_ng/test/test_interpol_ng.py
pyinterpol_ng/test/test_interpol_ng.py
+1
-1
pypocketfft/test/test_pypocketfft.py
pypocketfft/test/test_pypocketfft.py
+1
-1
pysharp/test/test_pysharp.py
pysharp/test/test_pysharp.py
+1
-1
No files found.
.gitlab-ci.yml
View file @
ea7f0dfe
...
...
@@ -21,13 +21,13 @@ test_cxxbase:
stage
:
testing
script
:
-
python3 setup.py install --user -f
-
pytest-3 -q test
-
pytest-3 -q
pypocketfft/test pysharp/test pyHealpix/test nifty_gridder/test pyinterpol_ng/
test
test_cxxbase_clang
:
stage
:
testing
script
:
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
-
pytest-3 -q
pypocketfft/test pysharp/test pyHealpix/test nifty_gridder/test pyinterpol_ng/
test
release
:
stage
:
build_tarballs
...
...
test/test_gridder.py
→
nifty_gridder/
test/test_gridder.py
View file @
ea7f0dfe
import
nifty_gridder
as
ng
import
cxxbase1.
nifty_gridder
as
ng
import
numpy
as
np
import
pytest
from
numpy.testing
import
assert_
,
assert_allclose
,
assert_array_almost_equal
...
...
test/test_pyHealpix.py
→
pyHealpix/
test/test_pyHealpix.py
View file @
ea7f0dfe
import
pyHealpix
as
ph
import
cxxbase1.
pyHealpix
as
ph
import
numpy
as
np
import
math
import
pytest
...
...
test/test_interpol_ng.py
→
pyinterpol_ng/
test/test_interpol_ng.py
View file @
ea7f0dfe
import
numpy
as
np
import
pytest
from
numpy.testing
import
assert_
import
pyinterpol_ng
import
cxxbase1.pyinterpol_ng
as
pyinterpol_ng
import
pysharp
pmp
=
pytest
.
mark
.
parametrize
...
...
test/test_pypocketfft.py
→
pypocketfft/
test/test_pypocketfft.py
View file @
ea7f0dfe
import
pypocketfft
import
cxxbase1.pypocketfft
as
pypocketfft
# import pyfftw
import
numpy
as
np
import
pytest
...
...
test/test_pysharp.py
→
pysharp/
test/test_pysharp.py
View file @
ea7f0dfe
import
pysharp
import
cxxbase1.pysharp
as
pysharp
import
numpy
as
np
import
math
import
pytest
...
...
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