From a1f4a8f1e22df0dad9da5f1feccb513b9c07d7c8 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 7 May 2019 08:07:49 +0200 Subject: [PATCH] added todo for testing with split tensors --- heat/core/tests/test_arithmetics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/heat/core/tests/test_arithmetics.py b/heat/core/tests/test_arithmetics.py index 3d07de3376..59ed28d353 100644 --- a/heat/core/tests/test_arithmetics.py +++ b/heat/core/tests/test_arithmetics.py @@ -352,3 +352,4 @@ def test_right_hand_side_operations(self): res_2 = op(num, tensor) if commutative: self.assertTrue(ht.equal(res_1, res_2)) + # TODO: Test with split tensors when binary operations are working properly for split tensors