Closed
Description
Affects: JuliaCall
jl.display(jl.rand(jl.UInt8, 3,2))
---------------------------------------------------------------------------
JuliaError Traceback (most recent call last)
Cell In[14], line 1
----> 1 jl.display(jl.rand(jl.UInt8, 3,2))
File ~\.julia\packages\PythonCall\wXfah\src\jlwrap\any.jl:208, in __call__(self, *args, **kwargs)
206 return ValueBase.__dir__(self) + self._jl_callmethod($(pyjl_methodnum(pyjlany_dir)))
207 def __call__(self, *args, **kwargs):
--> 208 return self._jl_callmethod($(pyjl_methodnum(pyjlany_call)), args, kwargs)
209 def __bool__(self):
210 return True
JuliaError: MethodError: no method matching mode(::Nothing)