Skip to content

Commit

Permalink
Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 23, 2023
1 parent edce5e8 commit 0f6dd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ end
:nextfloat, :prevfloat, :identity, :transpose,
:copysign, :flipsign, :modf,
:floor, :trunc, :ceil, :significand,
:ldexp, :round, :mod
:ldexp, :round, :mod, :rem
)
for Q in (RealQuantity, Quantity, GenericQuantity), D in (Dimensions, SymbolicDimensions), f in functions
T = f in (:abs, :real, :imag, :conj) ? ComplexF64 : Float64
Expand Down

0 comments on commit 0f6dd0c

Please sign in to comment.