Skip to content

Commit

Permalink
corrected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Dec 2, 2022
1 parent f4b670d commit 5e37e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_deskew.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

reference = np.zeros((5, 19, 10),dtype=np.float32)
#will this change with device used?
reference[1, 2, 1] = 0.16987294
reference[3, 2, 1] = 0.16987294


def test_deskew_y():
Expand Down

0 comments on commit 5e37e0f

Please sign in to comment.