Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 28, 2023
1 parent 954e83f commit 087d44e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/scaled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ end
end

@testset "Coefficients" begin
coefficient_test(
ScaledMonomialBasis,
[1, -√3/√2, 1/√15, 1/√15],
)
coefficient_test(ScaledMonomialBasis, [1, -√3 / 2, 1 / 15, 1 / 15])
end

0 comments on commit 087d44e

Please sign in to comment.