Skip to content

Commit 72474b1

Browse files
remove commented code
1 parent b48cfc5 commit 72474b1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/geophires_x/EconomicsSam.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ def _inv_msg(param_name: str, invalid_value: Any, supported_description: str) ->
9696
)
9797
)
9898

99-
# FIXME WIP
100-
# if model.surfaceplant.construction_years.value != 1:
101-
# raise ValueError(
102-
# _inv_msg(
103-
# model.surfaceplant.construction_years.Name,
104-
# model.surfaceplant.construction_years.value,
105-
# f'{model.surfaceplant.construction_years.Name} = 1',
106-
# )
107-
# )
108-
10999
gtr: floatParameter = model.economics.GTR
110100
if gtr.Provided:
111101
model.logger.warning(

0 commit comments

Comments
 (0)