Skip to content

Commit

Permalink
update generator capx default
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham committed Jul 3, 2023
1 parent 5e25081 commit edbb6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3271,7 +3271,7 @@ class GeneratorInputs(BaseModel, models.Model):
help_text="Maximum diesel generator size constraint for optimization. Set to zero to disable PV"
)
installed_cost_per_kw = models.FloatField(
default=500,
default=650,
validators=[
MinValueValidator(0.0),
MaxValueValidator(1.0e5)
Expand Down

0 comments on commit edbb6b8

Please sign in to comment.