Closed tiermak closed 4 years ago
Mae format uses 1-based indexing, while cobot-io converts it to 0-based. As a result, it makes it hard to debug algorithms with indexing scheme different from an input file.
We decided internally that 0-based indexing is better, so, we did so for PDB. Thus, the issues doesn't make any sense now.
Mae format uses 1-based indexing, while cobot-io converts it to 0-based. As a result, it makes it hard to debug algorithms with indexing scheme different from an input file.