Skip to content

Commit

Permalink
Notebooks overwrite created files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jun 21, 2015
1 parent 248230a commit 5ba2f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/Convert ns-ALEX HT3 files to Photon-HDF5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
},
"outputs": [],
"source": [
"phc.hdf5.save_photon_hdf5(d, close=False)"
"phc.hdf5.save_photon_hdf5(d, close=False, overwrite=True)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Convert us-ALEX SM files to Photon-HDF5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
},
"outputs": [],
"source": [
"phc.hdf5.save_photon_hdf5(d)"
"phc.hdf5.save_photon_hdf5(d, overwrite=True)"
]
},
{
Expand Down

0 comments on commit 5ba2f81

Please sign in to comment.