You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a strange bug where Scoary will sometimes crash with the following message:
TypeError: unsupported operand type(s) for +: 'long' and 'numpy.float64'
I don't know why only some systems are seeing this error. In fact, addition of long and numpy.float64 does not throw a TypeError on my 1.11.1 or 1.11.2 versions, but it does on some other systems.
The text was updated successfully, but these errors were encountered:
There is a strange bug where Scoary will sometimes crash with the following message:
TypeError: unsupported operand type(s) for +: 'long' and 'numpy.float64'
I don't know why only some systems are seeing this error. In fact, addition of long and numpy.float64 does not throw a TypeError on my 1.11.1 or 1.11.2 versions, but it does on some other systems.
The text was updated successfully, but these errors were encountered: