Skip to content

Commit

Permalink
Update janus_core/helpers/post_process.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wilkins <[email protected]>
  • Loading branch information
harveydevereux and oerc0122 authored Aug 21, 2024
1 parent c258ff5 commit 70932fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus_core/helpers/post_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def compute_vaf(
use_velocities: bool = False,
fft: bool = False,
index: SliceLike = (0, None, 1),
filter_atoms: MaybeSequence[MaybeSequence[int]] = ((None),),
filter_atoms: MaybeSequence[MaybeSequence[None | int]] = ((None),),
) -> NDArray[float64]:
"""
Compute the velocity autocorrelation function (VAF) of `data`.
Expand Down

0 comments on commit 70932fe

Please sign in to comment.