Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualize doesn't work, doesn't get recongnized #72

Open
VLonghand opened this issue Sep 18, 2023 · 1 comment
Open

visualize doesn't work, doesn't get recongnized #72

VLonghand opened this issue Sep 18, 2023 · 1 comment

Comments

@VLonghand
Copy link

VLonghand commented Sep 18, 2023

I tied copy-pasting the example code and got ERROR: UndefVarError: visualize not defined
I also tied julia ? visualize and got
Couldn't find visualize
Perhaps you meant visualize, finalize or isvalid
No documentation found.

Binding visualize does not exist.

Copying the function from src works though.

@ii8
Copy link

ii8 commented Mar 20, 2024

Yes, same problem, interestingly tab completion of visualize in the REPL works. But when you try to use the function it doesn't find it.

julia> using Flux3D

julia> Flux3D.visualize
ERROR: UndefVarError: `visualize` not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base ./Base.jl:31
 [2] top-level scope
   @ REPL[2]:1
 [3] top-level scope
   @ ~/.julia/packages/CUDA/BbliS/src/initialization.jl:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants