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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Simon Perkins
ducc
Commits
ea7f0dfe
Commit
ea7f0dfe
authored
May 23, 2020
by
Martin Reinecke
Browse files
fixes
parent
bc9cfb02
Changes
6
Hide whitespace changes
Inline
Side-by-side
.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