Skip to content

Commit

Permalink
xraysim: stopped dumping the data material file
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Feb 21, 2017
1 parent 61d29d8 commit 79a53a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benchmarks/xraysim/python_numpy/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ def initGroup(path):
if mat is None:
print("{} failed to initialize".format(file_))
data[mat.uid] = mat
try:
with open(path+'/data', 'wb') as fp:
dump(data, fp, protocol=-1)
except IOError:
pass
return data

@staticmethod
Expand Down

0 comments on commit 79a53a8

Please sign in to comment.