mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 01:41:17 +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, 3.0)),
|
||||||
((11, 21), (3.0, 2.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 mode in ("cubic", "linear", "nearest"):
|
||||||
for align_corner in (False, True):
|
for align_corner in (False, True):
|
||||||
if mode == "nearest" and align_corner:
|
if mode == "nearest" and align_corner:
|
||||||
|
Loading…
Reference in New Issue
Block a user