mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +00:00
[NFC] polish tests/test_layers/test_3d/checks_3d/common.py code style (#1733)
This commit is contained in:
@@ -16,3 +16,4 @@ def check_equal(A, B):
|
||||
eq = torch.allclose(A, B, rtol=1e-3, atol=1e-2)
|
||||
assert eq
|
||||
return eq
|
||||
|
||||
|
Reference in New Issue
Block a user