Skip to content

Commit

Permalink
Merge pull request #517 from weigao-123/doc
Browse files Browse the repository at this point in the history
Typo in DAE Scalar Descriptions
  • Loading branch information
jinningwang committed Mar 8, 2024
2 parents 82ed415 + 732e8b7 commit b5df676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

<img src="docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png" alt="CURENT ERC Logo" width="300" height="auto">

Python software for symbolic power system modeling and numerical analysis, serving as the core simulation engine for the [CURENT Largescale Testbed][LTB Repository].
Python software for symbolic power system modeling and numerical analysis, serving as the core simulation engine for the [CURENT Largescale Testbed][LTB Repositories].

| | Latest | Stable |
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion andes/variables/dae.py
Expand Up @@ -282,7 +282,7 @@ class DAE:
+===========+=============================================+
| m | The number of algebraic variables/equations |
+-----------+---------------------------------------------+
| n | The number of algebraic variables/equations |
| n | The number of state variables/equations |
+-----------+---------------------------------------------+
| o | The number of limiter state flags |
+-----------+---------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release-notes.rst
Expand Up @@ -9,7 +9,7 @@ The APIs before v3.0.0 are in beta and may change without prior notice.
v1.9 Notes
==========

v1.3.1 (2024-02-04)
v1.9.1 (2024-02-04)
-------------------
This is a hotfix to pass ``pip check`` for KVXOPT version.

Expand Down

0 comments on commit b5df676

Please sign in to comment.