Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit test for probabilistic da-rnn #152

Open
wants to merge 4 commits into
base: masterr
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,14 @@ jobs:
coverage run flood_forecast/trainer.py -p tests/decoder_test.json
echo -e 'running trainer_custom_encode \n'
coverage run flood_forecast/trainer.py -p tests/custom_encode.json
- run:
echo -e 'running da_rnn probabilistic test'
coverage run flood_forecast/trainer.py -p tests/da_rnn_probabilistic.json

- run:
name: upload results
when: always
command: bash <(curl -s https://codecov.io/bash) -cF python

- store_test_results:
path: test-results

Expand Down