Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Jun 27, 2023
1 parent 3c8c48d commit e57bd05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/prog_models/models/battery_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class BatteryCircuit(PrognosticsModel):
Heat transfer coefficient parameter
hcs : float
Heat transfer coefficient - surface
x0 : dict[str, float]
x0 : StateContianer
Initial :term:`state`
Note
Expand Down
1 change: 0 additions & 1 deletion src/prog_models/models/battery_electrochem.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def update_qnSBmin(params: dict) -> dict:
return {
'qnSMin': params['qMax']*params['xnMin']*params['VolSFraction'],
'qnBMin': params['qMax']*params['xnMin']*(1.0-params['VolSFraction'])

}

def update_qnSBmax(params: dict) -> dict:
Expand Down

0 comments on commit e57bd05

Please sign in to comment.