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

BOXMOX default input file format now 1.7

parent 5c484aaa
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def _mygenfromtxt(f):
dat.append( tuple(map(float, row)) )
return np.array(dat, dtype=[(_, float) for _ in hdr])
def InputFile(fpath=None, version=1.0):
def InputFile(fpath=None, version=1.7):
if not fpath is None:
# file format discovery: 3 lines with numbers ==> 1.7
with open(fpath, 'rb') as f:
......
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