Skip to content

Commit

Permalink
Fix sub_sample_traj error in PymatgenParser
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Jun 14, 2022
1 parent 01c2dcc commit 6d704b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinisi/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self,
indices[0],
indices[1],
time_step,
step_skip,
step_skip * sub_sample_traj,
min_obs=min_obs,
min_dt=min_dt,
ndelta_t=ndelta_t,
Expand Down

0 comments on commit 6d704b9

Please sign in to comment.