Skip to content

Commit

Permalink
added todo for testing with split tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed May 7, 2019
1 parent f538455 commit a1f4a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heat/core/tests/test_arithmetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1f4a8f

Please sign in to comment.