Skip to content

Commit

Permalink
add uncertainty_fdas to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
covesturtevant committed Nov 6, 2023
1 parent ec01627 commit c747aaa
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/li191r_uncertainty_fdas.yml
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 uncertainty_fdas/fdas_calibration_uncertainty_general.json
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"
}
]

0 comments on commit c747aaa

Please sign in to comment.