Skip to content
Snippets Groups Projects
Commit 752dee29 authored by Christoph.Knote's avatar Christoph.Knote
Browse files

Meh

parent bb45b8eb
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ def _mygenfromtxt(f):
spamreader = csv.reader(f, dialect)
except:
warnings.warn('Could not determine dialect, falling back to default.')
f.seek(curpos)
spamreader = csv.reader(f, skipinitialspace = True, delimiter=" ")
# twice as fast as np.genfromtxt(..., names=True)
hdr = spamreader.next()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment