Skip to content

Commit

Permalink
updated property return
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrunik committed Sep 27, 2024
1 parent 7d22bca commit 388f756
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ def annual_energy(self) -> float:
return self.value('annual_energy_pre_curtailment_ac')

@property
def om_total_expense(self) -> float:
return self.Outputs.om_total_expense
def om_total_expenses(self) -> float:
return self.value('om_total_expense')

# for compatibility with calls to SingleOwner
@property
Expand Down

0 comments on commit 388f756

Please sign in to comment.