Skip to content

Commit

Permalink
run load_trajectory from module
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Aug 22, 2024
1 parent 41b79f4 commit b61f831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paths_cli/commands/load_trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ def load_trajectory(traj_file, top, append_file, tag):
requires_ops=(1, 6),
requires_cli=(0, 4),
)

if __name__ == "__main__": # -no-cov-
load_trajectory()

0 comments on commit b61f831

Please sign in to comment.