Skip to content

Commit

Permalink
Merge pull request #162 from patrickherring-TRI/MAT-1991_open_validat…
Browse files Browse the repository at this point in the history
…ion_limits

Change the validation voltage limits
  • Loading branch information
patrickherring-TRI authored Jan 7, 2021
2 parents d789393 + 9e05939 commit 83960b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beep/validation_schemas/schema-arbin-18650-2170.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_time:
type: list
voltage:
schema:
max: 4.5
max: 5.0
min: 2.0
type: float
type: list
2 changes: 1 addition & 1 deletion beep/validation_schemas/schema-arbin-nmc-phev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_time:
type: list
voltage:
schema:
max: 4.3
max: 5.0
min: 0.0
type: float
type: list
4 changes: 2 additions & 2 deletions beep/validation_schemas/schema-maccor-2170.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ state:
type: list
volts:
schema:
max: 4.45
min: 1.2
max: 5.0
min: 0
type: float
type: list
amps:
Expand Down

0 comments on commit 83960b4

Please sign in to comment.