Skip to content

Commit

Permalink
update relevant portion of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Dec 9, 2024
1 parent 93e7b05 commit 4e24a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(False, 1.0, 3 * np.pi / 8., 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 10., 1e-10, "fieldOfView", -2, 5.),
(False, 1.0, np.pi / 2., 0.15, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 10., 1e-10, "kellyFactor", 1, 5.),
(False, 1.0, np.pi / 2., 0.0, 2.0, 0.0, 0.0, 0.0, 1.0, 0.0, 10., 1e-10, "scaleFactor", 2, 5.),
(False, 1.0, np.pi / 2., 0.0, 1.0, 0.0, 0.125, 0.0, 1.0, -0.375, 0.375, 0.5, "deviation", -5, 1.),
(False, 1.0, np.pi / 2., 0.0, 1.0, 0.0, 0.225, 0.0, 1.0, -0.375, 0.375, 3e-2, "deviation", -5, 1.),
# low tolerance for std deviation comparison
(False, 1.0, np.pi / 2., 0.0, 1.0, 0.0, 0.0, 0.5, 1.0, 0.0, 10., 1e-10, "albedo", -4, 5.),
(False, 1.0, np.pi / 2., 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.25, 0.75, 1e-10, "saturation", 5, 2.),
Expand Down

0 comments on commit 4e24a79

Please sign in to comment.