Skip to content

Commit

Permalink
Remove dependency multiprocess specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Dec 5, 2024
1 parent 4e992a8 commit 2633c30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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

0 comments on commit 2633c30

Please sign in to comment.