From 1b7ea219011e8838ec895e01b52708172d3308cb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:34:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- apax/nodes/bal.py | 2 +- apax/nodes/md.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apax/nodes/bal.py b/apax/nodes/bal.py index b40ccd0b..c69d52be 100644 --- a/apax/nodes/bal.py +++ b/apax/nodes/bal.py @@ -95,4 +95,4 @@ def _get_plot(self, atoms_lst: list[ase.Atoms], indices: list[int]): ax.plot(indices, energies[indices], "x", color="red") - fig.savefig(self.img_selection, bbox_inches="tight") \ No newline at end of file + fig.savefig(self.img_selection, bbox_inches="tight") diff --git a/apax/nodes/md.py b/apax/nodes/md.py index 2ca833d1..e35f380d 100644 --- a/apax/nodes/md.py +++ b/apax/nodes/md.py @@ -104,4 +104,4 @@ def file_handle(filename): format_handler=functools.partial( znh5md.FormatHandler, file_handle=file_handle ), - ).get_atoms_list() \ No newline at end of file + ).get_atoms_list()