Skip to content

Commit f4d0986

Browse files
committed
missed negation
1 parent 38beea5 commit f4d0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke_test/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def stateful_dataloader_test():
3131
if options.s3:
3232
s3_test()
3333

34-
if torchdata.__version__.startswith("0.8.0"):
34+
if not torchdata.__version__.startswith("0.8.0"):
3535
raise Exception(f"TorchData version is not 0.8.0, found {torchdata.__version__}")
3636
stateful_dataloader_test()

0 commit comments

Comments
 (0)