Skip to content

Commit

Permalink
Deleting default process_noise in BatteryElectroChemEOD; 0 used now
Browse files Browse the repository at this point in the history
  • Loading branch information
kjjarvis committed Oct 13, 2023
1 parent 9a514be commit 2cb179f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/progpy/models/battery_electrochem.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ class BatteryElectroChemEOD(PrognosticsModel):
'tb': 292.1 # in K, about 18.95 C
},

'process_noise': 1e-3,

# End of discharge voltage threshold
'VEOD': 3.0,
'VDropoff': 0.1 # Voltage above EOD after which voltage will be considered in SOC calculation
Expand Down

0 comments on commit 2cb179f

Please sign in to comment.