Skip to content

Commit e1d12f5

Browse files
committed
docs: parser
1 parent 15ceab4 commit e1d12f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arc/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def parse_normal_mode_displacement(path: str,
151151
NotImplementedError: If the parser is not implemented for the ESS this log file belongs to.
152152
153153
Returns: Tuple[np.ndarray, np.ndarray]
154-
The frequencies (in cm^-1) and the normal mode displacements.
154+
The frequencies (in cm^-1) and the normal mode displacements. # fix here
155155
"""
156156
software = software or determine_ess(path)
157157
freqs, normal_mode_disp, normal_mode_disp_entries = list(), list(), list()

0 commit comments

Comments
 (0)