-
Notifications
You must be signed in to change notification settings - Fork 5
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 #177 from spacetelescope/release/v0.4.34
Release/v0.4.34
- Loading branch information
Showing
129 changed files
with
1,334 additions
and
620,282 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: pytest | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
coverage: | ||
name: code coverage check | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- name: set up python 3.7.12 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7.12 | ||
|
||
- name: checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: install requirements | ||
run: pip install .[dev] | ||
|
||
- name: run pytest code coverage check | ||
run: pytest --cov=lambda --cov-fail-under 75 -rP | ||
|
||
pytest: | ||
name: pytest | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- name: set up python 3.7.12 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7.12 | ||
|
||
- name: checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: install requirements | ||
run: pip install .[dev] | ||
|
||
- name: run pytest | ||
run: pytest -rP |
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 |
---|---|---|
|
@@ -22,4 +22,6 @@ scripts/*.json | |
|
||
testing/predict_lambda_tests/* | ||
|
||
tests/test_artifacts/* | ||
|
||
*.DS_Store |
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
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
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 +1,10 @@ | ||
- force update of nss due to critical security vulnerability | ||
- pytest via moto (no need for aws creds) | ||
- fix ami-rotation issues caused by yum | ||
- updated memory model training | ||
- bugfix; blackboard 'createdAt' default value supplied (hotfixed previously) | ||
- significantly reduce frequency of blackboard lambda to avoid problems with the file in the storage gateway | ||
- refactor terraform for ami rotation user-data | ||
- terraform package version bumps | ||
- remove terraformed ecr repo in each account; use central ecr via ssm param instead | ||
- significant refactor of deployment scripts to handle central ecr and image promotion/deletion that goes with it | ||
- cache refresh period increased to 9 minutes from 5 (continued gateway tweaks) |
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/mem_clf/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/mem_clf/weights/ckpt.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/mem_reg/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/mem_reg/weights/ckpt.data-00000-of-00001
Binary file not shown.
Binary file not shown.
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 +1 @@ | ||
{"f_lambda": -1.53012642308238, "s_lambda": -0.08805165507126637, "f_mean": 0.5690156475654576, "f_sigma": 0.04177326202270394, "s_mean": 2.0786578109854394, "s_sigma": 1.2068026984185416} | ||
{"f_lambda": -1.5332594992648665, "s_lambda": -0.08870971012686016, "f_mean": 0.5681481130491869, "f_sigma": 0.04156875090896417, "s_mean": 2.07509602630443, "s_sigma": 1.2048559176208944} |
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/wall_reg/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/wall_reg/variables/variables.index
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
lambda/JobPredict/models/wall_reg/weights/ckpt.data-00000-of-00001
Binary file not shown.
Binary file not shown.
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
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
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
Oops, something went wrong.