From b2a565702d63a1514e86b09eb596632acd73902d Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 17 Oct 2023 14:57:44 +0200 Subject: [PATCH] fix pre-commit --- src/qe_tools/parsers/_input_base.py | 1 + tests/data/lattice_ibrav0_cell_parameters_int.in | 2 +- tests/data/ref/lattice_ibrav0_cell_parameters_int.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/qe_tools/parsers/_input_base.py b/src/qe_tools/parsers/_input_base.py index aaeef1c..e2f264a 100644 --- a/src/qe_tools/parsers/_input_base.py +++ b/src/qe_tools/parsers/_input_base.py @@ -32,6 +32,7 @@ ) """ + class _BaseInputFile: """ Class used for parsing Quantum Espresso pw.x input files and using the info. diff --git a/tests/data/lattice_ibrav0_cell_parameters_int.in b/tests/data/lattice_ibrav0_cell_parameters_int.in index ac5363e..e5155f2 100644 --- a/tests/data/lattice_ibrav0_cell_parameters_int.in +++ b/tests/data/lattice_ibrav0_cell_parameters_int.in @@ -33,4 +33,4 @@ CELL_PARAMETERS angstrom 0 5.6903014761756712 0 0 0 5.6903014761756712 K_POINTS automatic -8 8 8 1 1 1 \ No newline at end of file +8 8 8 1 1 1 diff --git a/tests/data/ref/lattice_ibrav0_cell_parameters_int.json b/tests/data/ref/lattice_ibrav0_cell_parameters_int.json index 9ccf03b..cbf6cf1 100644 --- a/tests/data/ref/lattice_ibrav0_cell_parameters_int.json +++ b/tests/data/ref/lattice_ibrav0_cell_parameters_int.json @@ -222,4 +222,4 @@ 2.8451507380878356 ] ] -} \ No newline at end of file +}