SNEWS2 / snewpdag

SNEWS2 alert calculations
BSD 3-Clause "New" or "Revised" License
1 stars 13 forks source link

Fixed bug #60

Closed dallaval5u closed 2 years ago

dallaval5u commented 2 years ago

TimeSeries.py was working only if data['gen'] was not already existing. Solved: Fixed TypeError: unsupported operand type(s) for +=: 'dict' and 'tuple' caused by data['gen'] += (ngen, )