From 4f7ad49d24081c7ebe5e02d8422afbbe055b8024 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Thu, 22 Aug 2024 13:56:41 +0100 Subject: [PATCH] fix --- cobaya/collection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cobaya/collection.py b/cobaya/collection.py index 4d717a94..e0c5d11c 100644 --- a/cobaya/collection.py +++ b/cobaya/collection.py @@ -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: