-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: localization: resolve unit error, add real test case
I tested `localize` thoroughly with real test flight images and am confident it is working correctly. `localize` had a unit error which was causing huge amounts of error, and there was an issue with the way tests were being asserted. I think there are some issues with the Blender tests. There was an issue with the `assert` that didn't catch a lat/lng mismatch since the Blender tests are centered at (0, 0) in lat/lng. I have removed all the Blender tests since they are not providing any value. These should be added back for more testing at a later date.
- Loading branch information
1 parent
d294f9f
commit 8677705
Showing
2 changed files
with
18 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters