Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Oct 17, 2023
1 parent 7cc0725 commit b2a5657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/qe_tools/parsers/_input_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
)
"""


class _BaseInputFile:
"""
Class used for parsing Quantum Espresso pw.x input files and using the info.
Expand Down
2 changes: 1 addition & 1 deletion tests/data/lattice_ibrav0_cell_parameters_int.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ CELL_PARAMETERS angstrom
0 5.6903014761756712 0
0 0 5.6903014761756712
K_POINTS automatic
8 8 8 1 1 1
8 8 8 1 1 1
2 changes: 1 addition & 1 deletion tests/data/ref/lattice_ibrav0_cell_parameters_int.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@
2.8451507380878356
]
]
}
}

0 comments on commit b2a5657

Please sign in to comment.