Skip to content

Commit

Permalink
Merge pull request #70 from Kevin2/test_travis
Browse files Browse the repository at this point in the history
version number
  • Loading branch information
FeGeyer authored Nov 11, 2020
2 parents b6cb75b + c7cc6c8 commit 74db327
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 54 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:

install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
ce_list' into ezaldivar - bash miniconda.sh -b -p $HOME/miniconda
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
Expand All @@ -18,4 +18,6 @@ ce_list' into ezaldivar - bash miniconda.sh -b -p $HOME/miniconda
- source activate radionets

script:
- travis_wait 30 py.test --ignore=tests
- while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
- py.test --ignore=tests
- kill %1
39 changes: 22 additions & 17 deletions examples/01_dataset_simulation.ipynb

Large diffs are not rendered by default.

38 changes: 15 additions & 23 deletions examples/02_model_training.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/03_model_evaluation.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/default_simulation_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ num_components = [4, 10]
bundles_train = 5
bundles_valid = 1
bundles_test = 1
bundle_size = 500
bundle_size = 200
img_size = 63
noise = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="radionets",
version="0.1.0",
version="0.1.1",
description="Imaging radio interferometric data with neural networks",
url="https://github.com/Kevin2/radionets",
author="Kevin Schmidt, Felix Geyer, Kevin Laudamus",
Expand Down

0 comments on commit 74db327

Please sign in to comment.