Skip to content

Commit a323151

Browse files
remove addressed FIXME
1 parent cd8fc67 commit a323151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geophires_x_tests/test_economics_sam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_row(name: str):
132132

133133
ptv_row = get_row('Property tax net assessed value ($)')
134134
pte_row = get_row('Property tax expense ($)')
135-
self.assertIsNotNone(pte_row) # FIXME WIP
135+
self.assertIsNotNone(pte_row)
136136
self.assertAlmostEqual(ptv_row[1] * pt_rate, pte_row[1], places=0) # Assumes 100% property tax basis
137137

138138
def test_only_electricity_end_use_supported(self):

0 commit comments

Comments
 (0)