mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
Remove comment from tests
This commit is contained in:
parent
cdd3e9c573
commit
d078df1e50
@ -81,9 +81,6 @@ class TestUpsample(mlx_tests.MLXTestCase):
|
||||
((11, 21), (3.0, 3.0)),
|
||||
((11, 21), (3.0, 2.0)),
|
||||
):
|
||||
# only test linear and cubic interpolation
|
||||
# there will be numerical difference in nearest
|
||||
# due to different indices selection.
|
||||
for mode in ("cubic", "linear", "nearest"):
|
||||
for align_corner in (False, True):
|
||||
if mode == "nearest" and align_corner:
|
||||
|
Loading…
Reference in New Issue
Block a user