Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
912eb58e
Commit
912eb58e
authored
Oct 18, 2022
by
lucasliunju
Committed by
Frank Lee
Oct 19, 2022
Browse files
[NFC] polish tests/test_layers/test_3d/checks_3d/common.py code style (#1733)
parent
23703c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_layers/test_3d/checks_3d/common.py
tests/test_layers/test_3d/checks_3d/common.py
+1
-0
No files found.
tests/test_layers/test_3d/checks_3d/common.py
View file @
912eb58e
...
...
@@ -16,3 +16,4 @@ def check_equal(A, B):
eq
=
torch
.
allclose
(
A
,
B
,
rtol
=
1e-3
,
atol
=
1e-2
)
assert
eq
return
eq
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment