Closed ma3ke closed 7 months ago
Tasks left:
In order of importance.
--autofill
@BartBruininks, @jan-stevens
I am pretty happy with where the mask
subcommand stands right now. Perhaps it is time to just merge it into main. Below, I will list the two things we can still add, but I do not see them as blockers by any means. I can make these points into enhancement issues, actually.
Let me know if you agree with merging.
tree
.
I tried out the latest version of the mask subcommand, and I think the functionality is awesome!
One nitpick, I would suppress the MDAnalysis warnings with:
import warnings
warnings.filterwarnings("ignore")
But for the rest LGTM, I'm fine with merging into main.
One nitpick, I would suppress the MDAnalysis warnings [...]
I believe that this was already resolved by 89d1d83803aa42c6c830057e2dcd8b486a2ddef5 but perhaps something is up that makes the problem invisible on my setup while it does show up on your system. For now, I am pretty confident that it should work, and if it doesn't well just patch that up over on main
.
This is a tracking pull request for the new
mask
subcommand.--no-interactive
flag system up.