Skip to content

Commit

Permalink
minor changes to comments, tests, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary committed Mar 26, 2024
1 parent 5d74269 commit 215d860
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11,109 deletions.
1 change: 1 addition & 0 deletions docs/battery.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Outputs are returned as a dict containing the following values
`SimpleBattery` is defined by $E_t = \sum_{k=0}^t P_k \Delta t$, where $E_t$ is the energy stored and $P_t$ is the charging/discharging power at time $t$. Both $E$ and $P$ are constrained by upper and lower limits.

$\underline{E} \leq E \leq \overline{E}$

$\underline{P} \leq P \leq \overline{P}$


Expand Down
Loading

0 comments on commit 215d860

Please sign in to comment.