Skip to content

Commit

Permalink
Fix/enable addon & carbon calculations in example1_addons
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Mar 5, 2024
1 parent 88e56ab commit 830c4d0
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 223 deletions.
1 change: 0 additions & 1 deletion src/geophires_x/Economics.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ def __init__(self, model: Model):
)
self.DoAddOnCalculations = self.ParameterDict[self.DoAddOnCalculations.Name] = boolParameter(
"Do AddOn Calculations",
value=False,
DefaultValue=False,
UnitType=Units.NONE,
Required=False,
Expand Down
Loading

0 comments on commit 830c4d0

Please sign in to comment.