Skip to content

Commit b5cb4a4

Browse files
committed
remove test planning comment
1 parent 128301d commit b5cb4a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

paths_cli/commands/load_trajectory.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ def load_trajectory(traj_file, top, append_file, tag):
4040
storage.tags[tag_name] = traj
4141

4242

43-
# tests:
44-
# * check that we load PDB
45-
# * check that if we load PDB with top as well works
46-
# * check that we can load trr / xtc files (only with top)
47-
# * maybe check for error if top doesn't match traj file? (atom numbers)
48-
4943
PLUGIN = OPSCommandPlugin(
5044
command=load_trajectory,
5145
section="Miscellaneous",

0 commit comments

Comments
 (0)