Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Oct 11, 2024
1 parent 7fb804d commit f6e2645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geophires_x/Economics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def __init__(self, model: Model):
)

fir_default_unit = PercentUnit.PERCENT
fir_default_val = self.discountrate.quantity().to(convertible_unit(fir_default_unit)).magnitude # pint can't handle '%' in python 3.8
fir_default_val = self.discountrate.quantity().to(convertible_unit(fir_default_unit)).magnitude
self.FixedInternalRate = self.ParameterDict[self.FixedInternalRate.Name] = floatParameter(
"Fixed Internal Rate",
DefaultValue=fir_default_val,
Expand Down

0 comments on commit f6e2645

Please sign in to comment.