Skip to content

Commit

Permalink
removed bad parameter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
damianbasso committed Feb 14, 2024
1 parent 854c71c commit e4ddcb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/environment-optional-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,3 @@ dependencies:
- cylp
- database-cubic-hecke
- database-knotinfo
- exceptiongroup
- fqdn
- gnumake-tokenpool >= 0.0.4
- hatch-fancy-pypi-readme
- hatch-vcs
- isoduration
- json5
- jsonpointer
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ def RandomKTree(n, k, seed=None):
Traceback (most recent call last):
...
ValueError: k must not be negative
sage: graphs.RandomKTree(2, 5, 1)
sage: graphs.RandomKTree(2, 5)
Traceback (most recent call last):
...
ValueError: n must be greater than k
Expand Down

0 comments on commit e4ddcb0

Please sign in to comment.