Skip to content

Commit 8657a64

Browse files
Update tests/tensor/test_basic.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 0b23a66 commit 8657a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ def test_join_performance(self, ndim, axis, memory_layout, gc, benchmark):
21802180
benchmark(fn, *test_values)
21812181

21822182
def test_join_negative_axis_rewrite(self):
2183-
"""Test that constant negative axis is rewritten to positive axis during canonicalization."""
2183+
"""Test that constant negative axis is rewritten to positive axis in make_node."""
21842184
v = np.array([[0.1, 0.2, 0.3], [0.4, 0.5, 0.6]], dtype=self.floatX)
21852185
a = self.shared(v)
21862186
b = as_tensor_variable(v)

0 commit comments

Comments
 (0)