Skip to content

Commit a7c8bd0

Browse files
committed
Fix docs
1 parent 142e0d8 commit a7c8bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/groebner-bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DocTestSetup = quote
55
end
66
```
77

8-
```@setup
8+
```@setup algebraicsolving
99
using AlgebraicSolving
1010
```
1111

src/algorithms/groebner-bases.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function eliminate(
5353
if eliminate <= 0
5454
error("Number of variables to be eliminated is <= 0.")
5555
else
56-
return groebner_basis(I, initial_hts=initial_hts,nr_thrds=nr_thrds,
57-
max_nr_pairs=max_nr_pairs, la_option=la_option,
56+
return groebner_basis(I, initial_hts=initial_hts,nr_thrds=nr_thrds,
57+
max_nr_pairs=max_nr_pairs, la_option=la_option,
5858
eliminate=eliminate, intersect=intersect,
5959
complete_reduction=complete_reduction,
6060
info_level=info_level)

0 commit comments

Comments
 (0)