justheuristic 3 ani în urmă
părinte
comite
dc703960d6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/test_util_modules.py

+ 1 - 1
tests/test_util_modules.py

@@ -375,7 +375,7 @@ def test_split_parts():
     for combined in combined_incomplete, combined_incomplete2, combined_incomplete3:
         with pytest.raises(RuntimeError):
             deserialize_torch_tensor(combined)
-            # note: we rely on this being RuntimeError in hivemind.averaging.allreduce.AllreduceRunner
+            # note: we rely on this being RuntimeError in hivemind.averaging.allreduce.AllReduceRunner
 
 
 def test_generic_data_classes():