You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cluster.py, if you pass a path with a weird file extension for --center-features, doesn't warn you. For example, if you're doing rmsd clustering, and you give xxx.npy, it will save that, even if it's a pickle.
The text was updated successfully, but these errors were encountered:
Yes, I think so. There are two related things going on here:
If you use --trajectories instead of --features (they are mutually exclusive), there are two types of files you can get for the output of --center-features. One is an h5, and this is if you pass --topology and --trajectories only once and the other is a pickle, and that's if you pass them more than once.
I think there might actually be some sort of bug where the warning is triggered incorrectly. I'll have to poke around on this a bit more, though.
cluster.py, if you pass a path with a weird file extension for --center-features, doesn't warn you. For example, if you're doing rmsd clustering, and you give
xxx.npy
, it will save that, even if it's a pickle.The text was updated successfully, but these errors were encountered: