glove-python icon indicating copy to clipboard operation
glove-python copied to clipboard

fix to numpy not accepting dict keys/values iterators

Open evictor opened this issue 8 years ago • 0 comments

dict.keys() and values() returning special iterable types that numpy cannot iterate; this fixes the args passed to numpy so that they are ordinary iterable lists.

evictor avatar Nov 10 '17 20:11 evictor