We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> d = Descriptor(2,2) # 2 variables, 2nd order GTPSA Descriptor ----------------------- Maximum order: 2 # Variables: 2 julia> m = rand(DAMap, spin=true) # Rand symplectic map including spin ERROR: MethodError: no method matching rand(::Type{DAMap}; spin::Bool) Closest candidates are: rand(::Type{X}, ::Integer, ::Integer...) where X got unsupported keyword argument "spin" @ Random /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:294 rand(::Type{X}, ::Tuple{Vararg{Int64, N}} where N) where X got unsupported keyword argument "spin" @ Random /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:291 rand(::Type{X}) where X got unsupported keyword argument "spin" @ Random /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:261 ... Stacktrace: [1] top-level scope @ REPL[6]:1
The text was updated successfully, but these errors were encountered:
This I added yesterday for the example, but haven't pushed yet. Will push soon
Sorry, something went wrong.
1e753fb
No branches or pull requests
The text was updated successfully, but these errors were encountered: