We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cd526 commit b52aae8Copy full SHA for b52aae8
src/function_hashing/chebhash.jl
@@ -91,7 +91,7 @@ Hash computation
91
===============#
92
93
function (hashfn::ChebHash{:Chebyshev})(f; kws...)
94
- coeff = get_cheb_coefficients(hashfn.interval, f, kws...)
+ coeff = get_cheb_coefficients(hashfn.interval, f; kws...)
95
hashfn.discrete_hashfn(coeff)
96
end
97
0 commit comments