Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Dec 4, 2024
1 parent a6e8c08 commit 792ca48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions opencsp/common/lib/photogrammetry/test/test_photogrammetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ def test_find_aruco_marker():
# Test corners
corns_exp = np.array(
[
[[ 330., 846.], [ 470., 845.], [ 474., 984.], [ 334., 987.]],
[[ 759., 1049.], [ 897., 1050.], [ 898., 1190.], [ 760., 1189.]],
[[ 757., 601.], [ 892., 601.], [ 896., 737.], [ 761., 737.]],
[[1421., 891.], [1502., 889.], [1505., 969.], [1424., 972.]],
[[1305., 546.], [1386., 546.], [1386., 627.], [1305., 626.]],
[[1116., 543.], [1197., 549.], [1192., 629.], [1111., 623.]],
[[1015., 872.], [1095., 876.], [1091., 957.], [1011., 953.]]
[[330.0, 846.0], [470.0, 845.0], [474.0, 984.0], [334.0, 987.0]],
[[759.0, 1049.0], [897.0, 1050.0], [898.0, 1190.0], [760.0, 1189.0]],
[[757.0, 601.0], [892.0, 601.0], [896.0, 737.0], [761.0, 737.0]],
[[1421.0, 891.0], [1502.0, 889.0], [1505.0, 969.0], [1424.0, 972.0]],
[[1305.0, 546.0], [1386.0, 546.0], [1386.0, 627.0], [1305.0, 626.0]],
[[1116.0, 543.0], [1197.0, 549.0], [1192.0, 629.0], [1111.0, 623.0]],
[[1015.0, 872.0], [1095.0, 876.0], [1091.0, 957.0], [1011.0, 953.0]],
]
)
np.testing.assert_equal(corns_exp, np.array(corners))
Expand Down

0 comments on commit 792ca48

Please sign in to comment.