Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update_filter_deep_no…
Browse files Browse the repository at this point in the history
…tebook
  • Loading branch information
FeGeyer committed Nov 11, 2020
2 parents 4ce9c3f + 74db327 commit de69c71
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 58 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "3.6"
# - "3.7"
# - "3.8"
- "3.7"
- "3.8"

install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -18,8 +18,6 @@ install:
- source activate radionets

script:
# Output something every 10 minutes or Travis kills the job
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
- py.test --ignore=tests
# Killing background sleep loop
- kill %1
- 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

0 comments on commit de69c71

Please sign in to comment.