Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fix and test for write_scan_raw with omited low values for rowIndex or columnIndex #81

Conversation

TonnC
Copy link
Contributor

@TonnC TonnC commented Nov 29, 2024

The detailed issue description can be found here: #80

In essence: a C++ E57Exception ErrorValueOfBounds bubbled through, if written values in "rowIndex" or "columnIndex" inside write_scan_raw were all greater than zero. I had this use case, because of filtering clouds. This PR should fix the issue. Without the fix in e57.py, you can reproduce the bug with the suggested test failing. Fell free to ask for support on this. I am available. Thanks!

@TonnC
Copy link
Contributor Author

TonnC commented Nov 30, 2024

Ready for review again. Thanks, for the suggestions via direct message!

@dancergraham dancergraham merged commit d2f9831 into davidcaron:master Nov 30, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants