Skip to content

Commit

Permalink
run CI, test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 authored Nov 21, 2024
1 parent bd2d137 commit 8816977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CoeffQQ = Union{Rational{BigInt}}
const CoeffZZ = Union{BigInt}

# All supported coefficient types in F4.
const Coeff = Union{CoeffZp, CompositeCoeffZp, CoeffQQ, CoeffZZ, CoeffGeneric{T} where {T}}
const Coeff = Union{CoeffZp, CompositeCoeffZp, CoeffQQ, CoeffZZ, CoeffGeneric}

# Coefficient type used in a single run of classic modular computation
const CoeffModular = UInt64
Expand Down

0 comments on commit 8816977

Please sign in to comment.