Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix on model TGOV1NDB #584

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion andes/models/governor/tgov1.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__(self, system, config):
self.pref.v_str = 'tm0'
self.pref.e_str = 'pref0 - pref'

self.pd.e_str = 'ue*(DB_y * gain + pref + paux) - pd'
self.pd.e_str = 'ue*(-DB_y * gain + pref + paux) - pd'


class TGOV1ModelAlt(TGBase):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Other changes:
- Add method ``GroupBase.get_all_idxes()`` to get all indices of a group.
- Enhanced three-winding transformer parsing in PSS/E raw files by assigning the equivalent star bus ``area``,
``owner``, and ``zone`` using the high-voltage bus values.
- Specify `multiprocess<=0.70.16` in requirements as 0.70.17 does not support Linux.
- Minor fix on model ``TGOV1NDB``

v1.9.2 (2024-03-25)
-------------------
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ chardet
psutil
texttable
numba
multiprocess <=0.70.16
Loading