-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from brainglobe/v2.0
V2.0
- Loading branch information
Showing
254 changed files
with
484,408 additions
and
215,179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,14 @@ | ||
[RUN] | ||
omit = | ||
brainrender/gui/* | ||
brainrender/gui | ||
|
||
[report] | ||
omit = | ||
brainrender/ABA/volumetric/* | ||
brainrender/atlases/custom_atlases/celegans.py | ||
brainrender/atlases/custom_atlases/insects_brains_db.py | ||
brainrender/gui/* | ||
brainrender/gui | ||
|
||
|
||
exclude_lines = | ||
def keypress | ||
pragma: no cover | ||
def load_npy_from_gz | ||
def save_npy_to_gz | ||
def save_json | ||
def getColor(rgb=None, hsv=None) | ||
def hsv2rgb(hsv) | ||
def rgb2hsv(rgb) | ||
def rgb2int(rgb_tuple) | ||
def colorMap | ||
def check_colors(color) | ||
continue | ||
raise NotImplementedError | ||
raise ValueError | ||
raise FileNotFoundError | ||
raise FileExistsError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,44 @@ | ||
language: python | ||
services: | ||
- xvfb | ||
matrix: | ||
include: | ||
- os: linux | ||
python: 3.6 | ||
dist: bionic | ||
env: PIP_CMD='pip install -e .[dev]' TEST_CMD='tests/travis/testing.sh' | ||
- os: linux | ||
python: 3.7 | ||
dist: bionic | ||
env: PIP_CMD='pip install -e .[dev]' TEST_CMD='tests/travis/testing.sh' | ||
before_install: | ||
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; | ||
- bash miniconda.sh -b -p $HOME/miniconda | ||
- export PATH="$HOME/miniconda/bin:$PATH" | ||
- hash -r | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda info -a | ||
install: | ||
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION | ||
- source activate test-environment | ||
- $PIP_CMD | ||
- conda info -a | ||
script: | ||
- travis_wait 20 bash $TEST_CMD | ||
after_success: | ||
- coveralls | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always | ||
deploy: | ||
- provider: pypi | ||
user: __token__ | ||
password: | ||
secure: qf1V2vs8cO6bydWVGLUn6CbL2chNR32Nffmq+eookmjjEraCvCL7Apk64XkIKzMEm3gRrkMb4savrl4/w5MUsN43pBmywlT6UYs2PGbvtew7FiVopciNYTKWyL6ZCvUIAR1PikkFqquyTzPtJBWxSnTTWtMoTljbd7BbcoOGa+sALhMf0HOBxJngD/mPPTkqrTdgt1kYftxVRcT2vx7UsiWcBz0F/sk0vTee/ox4GG23uZ4qAYC0COJnALuODMooP7cjX3K1ImLDTFJ5mKQD3iZLhv1Fomk/AYaLKuZJtsSsS+VLuLVDp7idlaHU54Q4UKYFQT84J5b5rtHKE7huZovjUh2Iy4Rc1R6lSry9HKvYLPXmFOFhEoUxlZvRZA2+avIOODOrMIIv1ZhJf9ubl0LZIRuWe8D7mIl5b/OoFLj5HwqLMwetWx+3HWqsYOSIzzr7O4OMiI3DRnMhrilM0QbUsLzCUvamHefGe841YquzPulFBl8i3Sg43QEX3q8NHcPg+WjJQ0NbWtY9ucuWkcYPrqPDzdatnhGMhXkeCqsynPpWrYHOiDtncOOYtvsSt5gifk3bk0qPwu20/qJJrwJ7bTcKSTTJUaAWs2FobbeeKaOjtA5w+1KsJZKLefeN2fjeM4Yify2NQFc4HAjhNdsTINcAHKD9Hk636ydEx1Q= | ||
distributions: sdist bdist_wheel | ||
skip_existing: true | ||
on: | ||
branch: master | ||
tags: true | ||
language: python | ||
services: | ||
- xvfb | ||
matrix: | ||
include: | ||
- os: linux | ||
python: 3.6 | ||
dist: bionic | ||
- os: linux | ||
python: 3.7 | ||
dist: bionic | ||
before_install: | ||
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; | ||
- bash miniconda.sh -b -p $HOME/miniconda | ||
- export PATH="$HOME/miniconda/bin:$PATH" | ||
- hash -r | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda info -a | ||
install: | ||
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION | ||
- source activate test-environment | ||
- pip install -e .[dev] | ||
- conda info -a | ||
script: | ||
- travis_wait 50 pytest | ||
after_success: | ||
- coveralls | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always | ||
deploy: | ||
- provider: pypi | ||
user: __token__ | ||
password: | ||
secure: qf1V2vs8cO6bydWVGLUn6CbL2chNR32Nffmq+eookmjjEraCvCL7Apk64XkIKzMEm3gRrkMb4savrl4/w5MUsN43pBmywlT6UYs2PGbvtew7FiVopciNYTKWyL6ZCvUIAR1PikkFqquyTzPtJBWxSnTTWtMoTljbd7BbcoOGa+sALhMf0HOBxJngD/mPPTkqrTdgt1kYftxVRcT2vx7UsiWcBz0F/sk0vTee/ox4GG23uZ4qAYC0COJnALuODMooP7cjX3K1ImLDTFJ5mKQD3iZLhv1Fomk/AYaLKuZJtsSsS+VLuLVDp7idlaHU54Q4UKYFQT84J5b5rtHKE7huZovjUh2Iy4Rc1R6lSry9HKvYLPXmFOFhEoUxlZvRZA2+avIOODOrMIIv1ZhJf9ubl0LZIRuWe8D7mIl5b/OoFLj5HwqLMwetWx+3HWqsYOSIzzr7O4OMiI3DRnMhrilM0QbUsLzCUvamHefGe841YquzPulFBl8i3Sg43QEX3q8NHcPg+WjJQ0NbWtY9ucuWkcYPrqPDzdatnhGMhXkeCqsynPpWrYHOiDtncOOYtvsSt5gifk3bk0qPwu20/qJJrwJ7bTcKSTTJUaAWs2FobbeeKaOjtA5w+1KsJZKLefeN2fjeM4Yify2NQFc4HAjhNdsTINcAHKD9Hk636ydEx1Q= | ||
distributions: sdist bdist_wheel | ||
skip_existing: true | ||
on: | ||
branch: master | ||
tags: true |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.