- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conflict between Flux and ScatterNNLib inside GeometricFlux #169
Comments
It actually also happens with Julia 1.5: https://github.com/FluxML/GeometricFlux.jl/pull/168/checks?check_run_id=2247858662#step:6:156 I don't really know what should be done here... Should we change the |
Yes, I am migrating The old functionality of ScatterNNlib.jl should be OK. Maybe I put a namespace of ScatterNNlib in GeometricFlux would work. |
I'll do a PR with the namespaces of ScatterNNlib if that's ok! |
Sorry, I could not push to your branch, so I create another PR for fixing advanced bugs. |
When trying to test GeometricFlux on my computer using Julia 1.6, I get a conflict for the use of
gather
between Flux and ScatterNNLib. The beginning of the output is given at the end but the following line would be the only interesting one:WARNING: both ScatterNNlib and Flux export "gather"; uses of it in module GeometricFlux must be qualified
.Maybe this is related to yuehhua/ScatterNNlib.jl#32 but I am not sure. I have the same kind of errors in my own package that uses GeometricFlux. Any idea about that error?
The text was updated successfully, but these errors were encountered: