Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 15, 2024
1 parent 28e9632 commit 8667044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ams/routines/dcopf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ def __init__(self, system, config):
unit='p.u.', model='StaticGen',
no_parse=False,)
self.pg0 = RParam(info='Gen initial active power',
name='p0', tex_name=r'p_{g, 0}',
unit='p.u.',
model='StaticGen', src='pg0')
name='pg0', tex_name=r'p_{g, 0}',
unit='p.u.', model='StaticGen',
src='p0', no_parse=False,)
# --- bus ---
self.buss = RParam(info='Bus slack',
name='buss', tex_name=r'B_{us,s}',
Expand Down

0 comments on commit 8667044

Please sign in to comment.