-
Notifications
You must be signed in to change notification settings - Fork 94
small bug in prim logger #155
Copy link
Copy link
Closed
Description
I'm not yet sure if this is really a bug, or I made somewhere a mistake, but in the below line should be
_logger.debug("pasting " + str(u))
instead of
_logger.debug("pasting " + u)
The current implementation throws
TypeError: can only concatenate str (not "numpy.int64") to str
I'll come back if I find out more details
Reactions are currently unavailable