Skip to content

Commit 57b5c93

Browse files
committed
SB03OD info=3 is a warning instead of error now
1 parent 908b0f6 commit 57b5c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slycot/tests/test_sb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ def test_sb10fd_2():
192192
'dico': 'C'}),
193193
(synthesis.sb03od, SlycotResultWarning, [1, 2], {'dico': 'C',
194194
'fact': 'N'}),
195-
(synthesis.sb03od, SlycotResultWarning, [1, 2], {'dico': 'D',
195+
(synthesis.sb03od, SlycotResultWarning, [1, 2, 3], {'dico': 'D',
196196
'fact': 'N'}),
197-
(synthesis.sb03od, SlycotArithmeticError, [3, 4, 5, 6], {'dico': 'D',
197+
(synthesis.sb03od, SlycotArithmeticError, [4, 5, 6], {'dico': 'D',
198198
'fact': 'F'}),
199199
(synthesis.sb04md, SlycotArithmeticError, 2, {'m': 1}),
200200
(synthesis.sb04qd, SlycotArithmeticError, 3, {'m': 2}),

0 commit comments

Comments
 (0)