Closed SijieFu closed 7 months ago
Looks like a great fix – thanks @SijieFu Would you mind (a) updating the branch, (b) adding yourself to the contributors list, (c) updating the changelog and if you have time (d) writing a test for this change
I think I was able to check all of the items on the list. I imported an extra sys
module in the test script to get information about float bounds to account for extreme cases, since the coordinates are stored as floats internally. I hope this is okay. Thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.73%. Comparing base (
d0c05f0
) to head (3143e2b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Added explicit space to print xyz coordinates to account for occasional cases where there is no space printed between two numbers, for example,
H 13.56100 -35.93700-100.99000
, and thus the printed xyz file becomes invalid.Checklist