Skip to content

Commit

Permalink
removed overwrite=true
Browse files Browse the repository at this point in the history
  • Loading branch information
haleygomez committed Aug 11, 2017
1 parent 1d024af commit 0950dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemevol/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def evolve_all(self):
t = Table(params)
# write out to file based on 'name' identifier
name = item['name']
t.write(str(name+'.dat'), format='ascii')#.commented_header', delimiter=' ', overwrite=True)
t.write(str(name+'.dat'), format='ascii')
# if you want an array including every inits entry:
galaxies.append(params)
self.results = galaxies
Expand Down

0 comments on commit 0950dfa

Please sign in to comment.