Skip to content

Commit

Permalink
coorected error
Browse files Browse the repository at this point in the history
  • Loading branch information
romainphan committed May 27, 2024
1 parent a2fbe53 commit 3d8a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyrit/test/test_core_warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_core_warp():
matrix = torch.randn(n_frames, height, width, 2, dtype=torch.float64)
def_field = DeformationField(matrix)
assert_shape(
def_field.inverse_grid_frames.shape,
def_field.field.shape,
torch.Size([10, 32, 64, 2]),
"Wrong constructor with rectangular size",
)
Expand Down

0 comments on commit 3d8a902

Please sign in to comment.