Skip to content

Commit 1f9caa1

Browse files
authored
Update test_datamodules.py
1 parent 97620aa commit 1f9caa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/core/test_datamodules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def prepare_data(self):
100100
dm.prepare_data.assert_not_called()
101101

102102
# 2 dm
103-
# prepar per node = True
103+
# prepare per node = True
104104
# local rank = 0 (True)
105105
dm.prepare_data_per_node = True
106106
local_rank.return_value = 0

0 commit comments

Comments
 (0)