Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 22, 2024
1 parent ec80b07 commit 4f7ad49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cobaya/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ def _dump_slice__txt(self, n_min=None, n_max=None):
with open(self.file_name, "a", encoding="utf-8") as out:
np.savetxt(out, self.data[n_min:n_max].to_numpy(dtype=np.float64),
fmt=self._numpy_fmts)
os.fsync(out.fileno())

def _delete__txt(self):
try:
Expand Down

0 comments on commit 4f7ad49

Please sign in to comment.