Skip to content

Commit be58e7e

Browse files
mark TODO to test One-time Grants Etc
1 parent 94edf5d commit be58e7e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/geophires_x_tests/test_economics_sam.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,9 +1424,14 @@ def _itc_output_q(r: GeophiresXResult) -> dict[str, float]:
14241424
)
14251425

14261426
def test_other_incentives_and_one_time_flat_fees(self):
1427+
# TODO test 'One-time Grants Etc'
1428+
14271429
r: GeophiresXResult = GeophiresXClient().get_geophires_result(
14281430
ImmutableGeophiresInputParameters(
14291431
from_file_path=self._get_test_file_path('other-incentives-and-one-time-flat-fees.txt'),
1432+
params={
1433+
'Print Output to Console': True,
1434+
},
14301435
)
14311436
)
14321437

0 commit comments

Comments
 (0)