Skip to content

Commit

Permalink
Merge branch 'flexibleConstructionTimeCapex' of github.com:idaholab/T…
Browse files Browse the repository at this point in the history
…EAL into flexibleConstructionTimeCapex
  • Loading branch information
aalfonsi authored and aalfonsi committed Oct 11, 2023
2 parents b71dfdb + 3dfc4b8 commit 42702a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Amortization.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def amortize(scheme, plan, startValue, componentLife):
pcts = MACRS.get(ys, None)
if pcts is None:
raise IOError('Provided MACRS "{}" is not allowed.'.format(ys))
print(pcts)
print(startValue)
print(alpha)
alpha[1:len(pcts)+1] = pcts * startValue
elif lscheme == 'custom':
alpha[1:len(plan)+1] = np.asarray(plan)/100. * startValue
Expand Down

0 comments on commit 42702a2

Please sign in to comment.