Closed scotthavens closed 7 years ago
In gitlab by @micahjohnson150 on Jul 11, 2017, 15:06
This was being caused by an scenario where no storms are detected in the run and when we went to go calculate storm days we use the self.storms.iloc[self.storm_id] except that len(self.storms) == 0 so it would error out.
Storm days calc is now rearranged a little to look more like distribution_for_susong
In gitlab by @micahjohnson150 on Aug 16, 2017, 15:10
closed
In gitlab by @micahjohnson150 on Jul 11, 2017, 10:14
Error: Could not operate {'TRMI1': 1.0, 'VNNI1': 1.0, 'ATAI1': 1, 'BOGI1': 1.0} with block values unsupported operand type(s) for *: 'float' and 'dict'