Remove evals() when resolving model functions (i.e. kernels, likelihods, etc.)
hadsed opened this issue · 2 comments
hadsed commented
Instead make it so that the function pointer looks something like:
covFunc = kernels.spectral_mixture
that way it's clear where the function is defined and coming from.