Replies: 1 comment
-
The typo check should really just be a sensible exception from the selection string parser. One of the longest-standing open issues is the suggestion to use pyparsing instead of our own handcrafted selection parser #371 ; this change may come with more robust error recognition and handling (and better performance and probably also more customizability). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking into a function like
validate
that does roughly this:The workaround I can come up with is to create a dummy universe with some atoms inside and then try selecting atoms from it, but perhaps there's a way to do that in a less hacky way?
Beta Was this translation helpful? Give feedback.
All reactions