PyRATA
PyRATA copied to clipboard
groups indexed incorrectly
Taking an example from your own do_tests.py, the following fails:
https://github.com/nicolashernandez/PyRATA/blob/40e89bb6d6d7b14ecb4d2d581a14f49a7a14ce27/do_tests.py#L2859-2869
Instead, group(1) == expected
Thx!