Skip to content

Commit 100d978

Browse files
committed
write error message
1 parent d0ddcab commit 100d978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ def some_inverse_U_matrix(lines):
12561256
except ZeroDivisionError:
12571257
pass
12581258
else:
1259-
raise RuntimeError
1259+
raise RuntimeError('no inverse submatrix found')
12601260

12611261
def linear_combination_candidate(t_L, r_L, lines):
12621262
r"""

0 commit comments

Comments
 (0)