This commit is contained in:
jeanfad 2016-04-07 18:08:40 +02:00
Родитель e28118ebf3
Коммит 9ad04bef16
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -19,8 +19,8 @@ import numpy as np
# Testing inputs
@pytest.mark.parametrize("left_operand, right_operand", [
([30], [10]),
#([[30]], [[10]]),
#([[1.5,2.1]], [[10,20]]),
([[30]], [[10]]),
([[1.5,2.1]], [[10,20]]),
#TODO: enable once all branches are merged to master
#([5], [[30,40], [1,2]]),
#Adding two 3x2 inputs of sequence length 1