Skip to content

Commit

Permalink
Added a flag to cpickle to get it to use the latest protocol, which i…
Browse files Browse the repository at this point in the history
…s far more efficient
  • Loading branch information
JasperSnoek committed Apr 9, 2014
1 parent cb23e89 commit a4b4cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spearmint/spearmint/ExperimentGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _save_jobs(self):
'status' : self.status,
'values' : self.values,
'durs' : self.durs,
'proc_ids' : self.proc_ids }, fh)
'proc_ids' : self.proc_ids }, fh, protocol=-1)
fh.close()

# Use an atomic move for better NFS happiness.
Expand Down

0 comments on commit a4b4cde

Please sign in to comment.