Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2024
1 parent 75afe9d commit 1b7ea21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apax/nodes/bal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
fig.savefig(self.img_selection, bbox_inches="tight")
2 changes: 1 addition & 1 deletion apax/nodes/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def file_handle(filename):
format_handler=functools.partial(
znh5md.FormatHandler, file_handle=file_handle
),
).get_atoms_list()
).get_atoms_list()

0 comments on commit 1b7ea21

Please sign in to comment.