Skip to content

Commit

Permalink
Merge pull request #6 from jzuhone/refactor_limits_etc
Browse files Browse the repository at this point in the history
Update regression testing
  • Loading branch information
jzuhone authored Jan 5, 2021
2 parents 1347ed4 + 0d4be95 commit 12ad602
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions bep_pcb_check/tests/answers/JUL2919A_viol.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"run_start": "2019:203:10:57:34.816",
"limits": {
"yellow_hi": 33.0,
"plan_limit_hi": 31.0,
"yellow_lo": 18.0,
"plan_limit_lo": 16.0
"yellow_hi_limit": 33.0,
"plan_hi_limit": 31.0,
"yellow_lo_limit": 18.0,
"plan_lo_limit": 16.0
},
"datestarts": [
"2019:210:01:16:43.009",
Expand Down Expand Up @@ -41,5 +41,17 @@
"12.76",
"10.19",
"12.20"
],
"duration": [
"37.18",
"28.86",
"30.83",
"32.47",
"11.15",
"8.53",
"3.28",
"82.66",
"29.85",
"41.98"
]
}
2 changes: 1 addition & 1 deletion bep_pcb_check/tests/bep_pcb_test_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
0.79
],
"eclipse_comp": "eclipse",
"epoch": "2016:233",
"epoch": "2016:233:12:00:00",
"pitch_comp": "pitch",
"simz_comp": "sim_z",
"var_func": "linear"
Expand Down

0 comments on commit 12ad602

Please sign in to comment.