Skip to content

Commit

Permalink
Fix for Julia v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 18, 2024
1 parent 608c693 commit a858382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expectation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
[0.5],
MB.SubBasis{MB.ScaledMonomial}([x[1] * x[2]^2]),
)
@test (@inferred dot(a, m)) == 23
@test (@inferred dot(a, m)) == 2 * 3
@test (@inferred dot(m, x[1] * x[3])) == 3
end

0 comments on commit a858382

Please sign in to comment.