Skip to content

Commit dae528d

Browse files
committed
test: test_models.py: Fix typos
1 parent ec0e28a commit dae528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ def test_raft(model_fn, scripted):
10371037
torch.manual_seed(0)
10381038

10391039
# We need very small images, otherwise the pickle size would exceed the 50KB
1040-
# As a resut we need to override the correlation pyramid to not downsample
1040+
# As a result we need to override the correlation pyramid to not downsample
10411041
# too much, otherwise we would get nan values (effective H and W would be
10421042
# reduced to 1)
10431043
corr_block = models.optical_flow.raft.CorrBlock(num_levels=2, radius=2)

0 commit comments

Comments
 (0)