gruenewald-lab / CGsmiles

Coarse-Grained Smiles (CGsmiles) for representing abitrarily complex molecules using a compact line notation
5 stars 2 forks source link

MAINT: improve error with SMILES #28

Open tylerjereddy opened 2 weeks ago

tylerjereddy commented 2 weeks ago
tylerjereddy commented 2 weeks ago

I pushed a commit that attempts to resolve the first round of review comments.

Also, I noticed that test_syntax_errors wasn't actually verifying that the error message strings matched, so I went ahead and fixed that by using the canonical match=.. syntax, and that now correctly enforces matching error strings (I fixed one small issue that slipped through previously because of this).