Skip to content

Commit

Permalink
update comment in ProcessHeatLoadInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed May 10, 2024
1 parent ae8fcea commit d7d6652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reoptjl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6372,7 +6372,7 @@ def clean(self):
self.addressable_load_fraction = list([1.0]) # should not convert to timeseries, in case it is to be used with monthly_mmbtu or annual_mmbtu

class ProcessHeatLoadInputs(BaseModel, models.Model):
# DHW
# Process Heat
key = "ProcessHeatLoad"

meta = models.OneToOneField(
Expand Down

0 comments on commit d7d6652

Please sign in to comment.