Closed paciorek closed 9 months ago
In sizeRecyclingRuleBesselK, we have code$toEigenize <- TRUE instead of assigning "yes". Check this as it seems inconsistent at best and possibly a bug.
sizeRecyclingRuleBesselK
code$toEigenize <- TRUE
"yes"
BesselK calcs seem fine, including with recycling. Seems strange that this would all work when code$toEigenize <- TRUE.
I haven't delved more deeply, but I'm changing to be "yes" in branch fix_besselK.
fix_besselK
In
sizeRecyclingRuleBesselK
, we havecode$toEigenize <- TRUE
instead of assigning"yes"
. Check this as it seems inconsistent at best and possibly a bug.