-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec01627
commit c747aaa
Showing
2 changed files
with
101 additions
and
0 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,29 @@ | ||
name: li191r-uncertainty-fdas | ||
on: | ||
push: | ||
branches: | ||
- 'master' | ||
paths: | ||
- 'uncertainty_fdas/fdas_calibration_uncertainty_general.json' | ||
workflow_dispatch: {} # Allows trigger of workflow from web interface | ||
jobs: | ||
put-file: | ||
runs-on: arc-neon-gke | ||
#runs-on: ubuntu-latest | ||
env: | ||
PACHD_ADDRESS: grpcs://pachyderm-dev.transitions-nonprod.gcp.neoninternal.org:443 | ||
PACH_TOKEN: ${{ secrets.RepoOwnerPachydermDev }} | ||
REPO: li191r_uncertainty_fdas # Pachyderm repo | ||
BRANCH: master | ||
IN_PATH: 'uncertainty_fdas/fdas_calibration_uncertainty_general.json' # Single path to local file or directory. If directory, all files in directory will be place in pachyderm at OUT_PATH. | ||
OUT_PATH: '/fdas_calibration_uncertainty_general.json' # Path to place the file(s) in Pachyderm. If IN_PATH is a file, specify to the file. If IN_PATH is a directory, specify to the directory. | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: ls -la | ||
|
||
- uses: actions/setup-python@v3 | ||
with: | ||
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax | ||
cache: 'pip' | ||
- run: pip install -r .github/workflow_scripts/put_files/requirements.txt | ||
- run: python3 -u .github/workflow_scripts/put_files/put_files.py |
72 changes: 72 additions & 0 deletions
72
uncertainty_fdas/fdas_calibration_uncertainty_general.json
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,72 @@ | ||
[ | ||
{ | ||
"Name":"U_CVALF3", | ||
"Value":"139", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALF2", | ||
"Value":"240", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALF1", | ||
"Value":"139", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALR4", | ||
"Value":"0.0067", | ||
".attrs":"ohm" | ||
}, | ||
{ | ||
"Name":"U_CVALR3", | ||
"Value":"0.000195", | ||
".attrs":"ohm" | ||
}, | ||
{ | ||
"Name":"U_CVALR2", | ||
"Value":"0.0000229", | ||
".attrs":"ohm" | ||
}, | ||
{ | ||
"Name":"U_CVALR1", | ||
"Value":"0.000196", | ||
".attrs":"ohm" | ||
}, | ||
{ | ||
"Name":"U_CVALG3", | ||
"Value":"596", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALG2", | ||
"Value":"240", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALG1", | ||
"Value":"675", | ||
".attrs":"unitless" | ||
}, | ||
{ | ||
"Name":"U_CVALV4", | ||
"Value":"0.0000020", | ||
".attrs":"V" | ||
}, | ||
{ | ||
"Name":"U_CVALV3", | ||
"Value":"0.000374", | ||
".attrs":"V" | ||
}, | ||
{ | ||
"Name":"U_CVALV2", | ||
"Value":"0.0000996", | ||
".attrs":"V" | ||
}, | ||
{ | ||
"Name":"U_CVALV1", | ||
"Value":"0.000387", | ||
".attrs":"V" | ||
} | ||
] |