julia · julia/MethodError
MethodError
No Matching Method
No method exists for the function with the given argument types. Julia uses multiple dispatch, so this means no method was defined for that specific combination of argument types. Check the type of each argument and look for applicable method signatures.