Skip to content

Commit b10ad0f

Browse files
remove commented code
1 parent 64e1109 commit b10ad0f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/geophires_x/Economics.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,11 +2706,6 @@ def Calculate(self, model: Model) -> None:
27062706
else:
27072707
self.CCap.value = self.totalcapcost.value
27082708

2709-
# # update the capital costs, assuming the entire ITC is used to reduce the capital costs
2710-
# if self.RITC.Provided:
2711-
# self.RITCValue.value = self.RITC.value * self.CCap.value
2712-
# self.CCap.value = self.CCap.value - self.RITCValue.value
2713-
27142709
# Add in the FlatLicenseEtc, OtherIncentives, & TotalGrant
27152710
self.CCap.value = self.CCap.value + self.FlatLicenseEtc.value - self.OtherIncentives.value - self.TotalGrant.value
27162711

0 commit comments

Comments
 (0)