Ensure that noise is added in training even if real obs are used. #183
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
name: test_retrieval | |
on: [push] | |
jobs: | |
run_retrieval_gmi: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: '3.8' | |
- run: pip install -e . | |
- run: cd test; ./test_retrieval_gmi.sh | |
- run: cd test; ./test_retrieval_gmi_hr.sh | |
- run: cd test; ./test_retrieval_tmi.sh | |
- run: cd test; ./test_retrieval_f15.sh | |
- run: cd test; ./test_retrieval_f17.sh | |
- run: cd test; ./test_retrieval_amsre.sh | |
- run: cd test; ./test_retrieval_amsr2.sh |