Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 27, 2023
1 parent 5829174 commit 576aeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Rings/orderings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export is_global
export is_local
export is_mixed
export is_total
export is_weighted
export _is_weighted
export lex
export matrix_ordering
export monomial_ordering
Expand Down Expand Up @@ -124,7 +124,7 @@ function _unique_var_indices(a::AbstractVector{<:MPolyRingElem})
return z
end

function is_weighted(ord::Symbol)
function _is_weighted(ord::Symbol)

Check warning on line 127 in src/Rings/orderings.jl

View check run for this annotation

Codecov / codecov/patch

src/Rings/orderings.jl#L127

Added line #L127 was not covered by tests
return ord == :wdeglex || ord == :wdegrevlex ||
ord == :negwdeglex || ord == :negwdegrevlex
end
Expand Down
1 change: 0 additions & 1 deletion src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ export is_unital
export is_vertical_k_separation
export is_very_ample
export is_weakly_connected
export is_weighted
export is_welldefined
export is_z_graded
export is_zero
Expand Down

0 comments on commit 576aeee

Please sign in to comment.