Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove duplicate TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Apr 19, 2022
1 parent 722c2db commit 384ac6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/combinat/combinat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,6 @@ def stirling_number2(n, k, algorithm=None) -> Integer:
....: if not (s_sage == s_flint and s_sage == s_gap):
....: print("Error with n<200")
TESTS:
sage: s_sage = stirling_number2(50,3, algorithm="namba")
Traceback (most recent call last):
...
Expand Down

0 comments on commit 384ac6e

Please sign in to comment.