Skip to content

Commit

Permalink
Var doc typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharybinger committed Jan 10, 2024
1 parent c0d0c27 commit 9bb4030
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ def build(self):
self.annual_energy = Var(
initialize=1,
units=pyunits.kWh,
doc="annual energy produced by the plant in kWh",
doc="Annual energy produced by the plant in kWh",
)

self.land_req = Var(
initialize=7e7,
units=pyunits.acre,
doc="annual energy produced by the plant in kWh",
doc="Land area required by the plant in acres",
)

self.surrogate_inputs = [self.design_size]
Expand Down

0 comments on commit 9bb4030

Please sign in to comment.