Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postpic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LabAstro
postpic
Commits
6efda939
Unverified
Commit
6efda939
authored
4 years ago
by
Stephan Kuschel
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #255 from skuschel/dev
maintenance
parents
9576123d
714e506e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+0
-89
0 additions, 89 deletions
.travis.yml
postpic/helper_fft.py
+1
-0
1 addition, 0 deletions
postpic/helper_fft.py
with
1 addition
and
89 deletions
.travis.yml
deleted
100644 → 0
+
0
−
89
View file @
9576123d
# Check this file before committing a new version:
# http://lint.travis-ci.org/
language
:
python
sudo
:
false
dist
:
xenial
notifications
:
email
:
on_success
:
change
on_failure
:
change
env
:
-
MATPLOTLIB_V=* NUMPY_V=* SCIPY_V=* CYTHON_V=* PYGMENTS_V="=*"
# - MATPLOTLIB_V=2.0.2 NUMPY_V=* SCIPY_V=* CYTHON_V=*
jobs
:
fast_finish
:
true
allow_failures
:
-
python
:
2.7
# end of life since Jan 1st, 2020.
# have this allowed as there is a bug in matplotlib 2.1.0
# - env: MATPLOTLIB_V=* NUMPY_V=* SCIPY_V=* CYTHON_V=*
include
:
-
stage
:
Fast test
python
:
3.5
virtualenv
:
system_site_packages
:
true
before_install
:
skip
install
:
-
pip install 'matplotlib<3.1'
-
pip install -r pip-requirements.txt
before_script
:
skip
script
:
./run-tests.py --fast
-
stage
:
Tests
python
:
2.7
env
:
MATPLOTLIB_V=2.2.3
-
python
:
3.5
env
:
MATPLOTLIB_V=3.0
-
python
:
3.6
-
python
:
3.7
# Ubuntu 14.04.5 LTS
# python 2.6 is explicitly NOT supported!
-
name
:
"
Ubuntu
14.04.5
LTS
-
Python
3.4"
python
:
3.4
env
:
MATPLOTLIB_V=1.3.1 NUMPY_V=1.8.1 SCIPY_V=0.13.3 CYTHON_V=0.20.1 EXTRAPACK="libgfortran<3" PYGMENTS_V="<2.4"
# Ubuntu 16.04.3 LTS
-
name
:
"
Ubuntu
16.04.3
LTS
-
Python
2.7"
python
:
2.7
env
:
MATPLOTLIB_V=1.5.1 NUMPY_V=1.11.0 SCIPY_V=0.17.0 CYTHON_V=0.23.4
-
name
:
"
Ubuntu
16.04.3
LTS
-
Python
3.5"
python
:
3.5
env
:
MATPLOTLIB_V=1.5.1 NUMPY_V=1.11.0 SCIPY_V=0.17.0 CYTHON_V=0.23.4
# Ubuntu 18.04 LTS
-
name
:
"
Ubuntu
18.04
LTS
-
Python
2.7"
python
:
2.7
env
:
MATPLOTLIB_V=2.1.1 NUMPY_V=1.13.3 SCIPY_V=0.19.1 CYTHON_V=0.26.1
-
name
:
"
Ubuntu
18.04
LTS
-
Python
3.6"
python
:
3.6
env
:
MATPLOTLIB_V=2.1.1 NUMPY_V=1.13.3 SCIPY_V=0.19.1 CYTHON_V=0.26.1
# Install conda
before_install
:
-
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
-
chmod +x miniconda.sh
-
./miniconda.sh -b -p $HOME/miniconda
-
export PATH=$HOME/miniconda/bin:$PATH
-
conda update --yes conda;
-
conda config --append channels anaconda
-
conda create -yn pyenv python=$TRAVIS_PYTHON_VERSION atlas numpy=$NUMPY_V scipy=$SCIPY_V matplotlib=$MATPLOTLIB_V nose cython=$CYTHON_V h5py numexpr sphinx pygments$PYGMENTS_V $EXTRAPACK
-
source activate pyenv
install
:
-
pip install -r pip-requirements.txt
before_script
:
-
uname -a
-
free -m
-
df -h
-
ulimit -a
-
python -V
-
cython --version
# run tests
script
:
-
./run-tests.py
This diff is collapsed.
Click to expand it.
postpic/helper_fft.py
+
1
−
0
View file @
6efda939
...
...
@@ -72,6 +72,7 @@ class _fft:
@classmethod
def
_get_defaultkwargf
(
cls
,
name
):
wrapped
=
getattr
(
cls
.
fft_module
,
name
)
@functools.wraps
(
wrapped
)
def
ret
(
*
args
,
**
kwargs
):
kws
=
cls
.
fft_kwargs
.
copy
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment