Andrew Guy

Results 4 comments of Andrew Guy

This is not an issue when dealing with mmcif files. Would suggest users use mmcif when possible. Still need to fix this up though.

The provided example is wrong - the flag for setting the number of features is `-a`. I've raised pull request #10 to fix the example script.

Yep, with a bit more digging it looks like it's the `configobj` parser that's causing the issue. It's actually not an issue if you enclose your password in quotes, so...

This issue is continuing to give people grief - see [this SO question](https://stackoverflow.com/questions/66738821/levenshtein-distance-giving-strange-values/66739189) and my answer. For a really minimal example, consider: `fuzz.partial_ratio('test', 't e s test t')` This returns...