Conversation
|
Assuming all other test besides Diffractor.jl I'll merge this. NOTE: The Diffractor.jl test is being disabled in #620 anyway. |
|
This is like #522, there's a StatsBase signature with two arrays. Slightly pirate, since std. lib. does allow that, although it doesn't work: Might be almost as quick to copy the opt_out fix used there, as to revert. |
|
Hmm, I think merging the revert seems safer to me for now. I don't think the nightly CI errors should block this, but maybe @mcabbott thinks this shouldn't go in if the fix is sufficiently simple? |
|
Reverting the revert is also fast. In general I am strongly in favor of reverting things that cause problems sooner rather than any delay as people start adding work arounds for them and that makes things more disruptive. Let's do this and then we do not have to rush to get the final solution in. |
|
2 month bump? I think the fix is something like this: Also, FluxML/Zygote.jl#836 is probably the original issue for this. |
|
Bump, after 6 months? See this is the problem with reverting. While everyone was interested, we could have fixed the weird (not-quite-kosher) StatsBase signature in like a day, back in May. But instead, nobody has quite got around to it in half a year. |
|
I mean yes, but everyone was also too busy. As you can guess from my current burst of activity I am finally having time to work on this stuff again. |
Reverts #615
because
This broke Invenia's code base. Something went wrong with how this works with NamedDims.jl.
I am reverting this til it can be debugged
Reopens #85, reopens FluxML/Zygote.jl#1128