Skip to content

fix ulm/numpy/python2 file-object problem

username-removed-71312 requested to merge fix-py2-numpy-file-problem into master

workaround: file obejcts from builtins.open (aka io.open) would not be considered a file by Numpy; hence use the standard python2 open() mechanism

Merge request reports