Skip to content

Commit aa1cc9c

Browse files
authored
Exclude checking the contract for block-diagonal-matrix/zero (#107)
* Fix the contract of `block-diagonal-matrix/zero` * Change the contract of `block-diagonal-matrix/zero` back * Exclude checking the contract for `block-diagonal-matrix/zero`
1 parent e95dc24 commit aa1cc9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

math-test/math/tests/matrix-untyped-tests.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
(begin-for-syntax
1111
(define exceptions (list 'matrix 'col-matrix 'row-matrix
12-
'matrix-determinant/row-reduction))
12+
'matrix-determinant/row-reduction
13+
'block-diagonal-matrix/zero))
1314

1415
(define (looks-like-value? sym)
1516
(define str (symbol->string sym))

0 commit comments

Comments
 (0)