Skip to content

Commit 2450f15

Browse files
committed
Noqa for initialize_md.
1 parent 46f2223 commit 2450f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/matcalc/_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(
157157
self.frames = frames if frames is not None else self.steps
158158
self.relax_calc_kwargs = relax_calc_kwargs
159159

160-
def _initialize_md(self, atoms: Atoms) -> Any:
160+
def _initialize_md(self, atoms: Atoms) -> Any: # noqa: C901
161161
"""
162162
Initializes the MD simulation object based on the provided ASE atoms object and simulation parameters.
163163

0 commit comments

Comments
 (0)