ROVI-org / thevenin

A packaged Thevenin equivalent circuit model in Python.
2 stars 0 forks source link

Change exp to demand, fix README example #9

Closed c-randall closed 1 month ago

c-randall commented 1 month ago

Description

Minor changes to code to rename "exp" experiment instances to demand to avoid confusion with exponentials. Also fixed example in README, which had a typo, wanted a 1C discharge, not C/10.

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.

Key checklist:

The optional -- format and -- write arguments (see above) attempt to correct formatting issues prior to running the linter, and spelling mistakes prior to running the spellcheck, respectively. You can also run all of the above checks using $ nox -s pre-commit instead of running them individually.

Further checks: