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
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:
...
@@ -21,13 +21,13 @@ test_cxxbase:
stage
:
testing
stage
:
testing
script
:
script
:
-
python3 setup.py install --user -f
-
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
:
test_cxxbase_clang
:
stage
:
testing
stage
:
testing
script
:
script
:
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
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
:
release
:
stage
:
build_tarballs
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
numpy
as
np
import
pytest
import
pytest
from
numpy.testing
import
assert_
,
assert_allclose
,
assert_array_almost_equal
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
numpy
as
np
import
math
import
math
import
pytest
import
pytest
...
...
test/test_interpol_ng.py
→
pyinterpol_ng/
test/test_interpol_ng.py
View file @
ea7f0dfe
import
numpy
as
np
import
numpy
as
np
import
pytest
import
pytest
from
numpy.testing
import
assert_
from
numpy.testing
import
assert_
import
pyinterpol_ng
import
cxxbase1.pyinterpol_ng
as
pyinterpol_ng
import
pysharp
import
pysharp
pmp
=
pytest
.
mark
.
parametrize
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 pyfftw
import
numpy
as
np
import
numpy
as
np
import
pytest
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
numpy
as
np
import
math
import
math
import
pytest
import
pytest
...
...
Write
Preview
Supports
Markdown
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