From cae1f24d8b3adce25c8cd5af046da8bd99a561ba Mon Sep 17 00:00:00 2001 From: jinningwang Date: Fri, 18 Apr 2025 15:59:12 -0400 Subject: [PATCH 1/2] Correct a typo in the PSSE DYR parser --- andes/io/psse-dyr.yaml | 4 ++-- docs/source/release-notes.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/andes/io/psse-dyr.yaml b/andes/io/psse-dyr.yaml index 11f652b13..d54025624 100644 --- a/andes/io/psse-dyr.yaml +++ b/andes/io/psse-dyr.yaml @@ -1459,7 +1459,7 @@ REECA1: - PMAX - PMIN - Imax - - Tprod + - Tpord - Vq1 - Iq1 - Vq2 @@ -1520,7 +1520,7 @@ REECA1: PMAX: PMAX PMIN: PMIN Imax: Imax - Tprod: Tprod + Tpord: Tpord Vq1: Vq1 Iq1: Iq1 Vq2: Vq2 diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index c83a1813e..ff16fe80a 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -14,6 +14,7 @@ v1.9.4 (2025-xx-xx) - Enhance ``Model.set()`` to support assigning values when the destination is a list. - Fix a bug in line model that causes incorrect admittance matrix. +- Corrected a typo in the PSSE DYR parser, changing "Tprod" to "Tpord". v1.9.3 (2025-01-05) ------------------- From 518882a043dd7260a00ef89cf56c25f0ab0d7bcf Mon Sep 17 00:00:00 2001 From: jinningwang Date: Fri, 18 Apr 2025 16:00:20 -0400 Subject: [PATCH 2/2] Correct a typo in the PSSE DYR parser --- docs/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index ff16fe80a..5a10ff474 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -14,7 +14,7 @@ v1.9.4 (2025-xx-xx) - Enhance ``Model.set()`` to support assigning values when the destination is a list. - Fix a bug in line model that causes incorrect admittance matrix. -- Corrected a typo in the PSSE DYR parser, changing "Tprod" to "Tpord". +- Correct a typo in the PSSE DYR parser, changing "Tprod" to "Tpord". v1.9.3 (2025-01-05) -------------------