From daa214063573d4b7035671de3c32f29bfb8d6d92 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Mon, 24 Jun 2024 20:09:16 +0200 Subject: [PATCH] remove in-code TODOs --- znh5md/io.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/znh5md/io.py b/znh5md/io.py index 0ddeecd..ab55fff 100644 --- a/znh5md/io.py +++ b/znh5md/io.py @@ -15,8 +15,6 @@ from znh5md import utils # TODO: use pint to convert the units in the h5md file to ase units -# TODO: allow to keep the file open when extending / appending to the file -# TODO: allow external file handles instead of providing filename @contextlib.contextmanager