Closed simonsteiger closed 9 months ago
hello, thank you to report... I ill look at this, but most likely not earlier than Monday...
I think it's my fault, doing what it is called in Julia jargon "type piracy".. my bad, I have removed the old, unused offending functions and I am going to issue a new release of BetaML (v0.11.3), just wait a few minutes and update your project..
Thanks a lot for the quick help and the great package!
While working with BetaML, DataFrames and Chain, I found that importing BetaML leads to ambiguity in
findall
when working with the@chain
macro.I am not sure what the correct solution would be. The error log suggests defining
findall(::F, ::Array{T}) where {T, F<:Function}
, but I am not experienced in managing packages and therefore not sure if one would have to keep other things in mind.Here is the full error log: