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
Trying to using QEDbase on Julia 1.10.0 rc1 gives the following error:
using QEDbase
Stacktrace: [1] register_LorentzVectorLike(T::Type) @ QEDbase ~/.julia/packages/QEDbase/9zWWN/src/lorentz_interface.jl:176 [2] top-level scope @ ~/.julia/packages/QEDbase/9zWWN/src/lorentz_vector.jl:95 [3] include(mod::Module, _path::String) @ Base ./Base.jl:489 [4] include(x::String) @ QEDbase ~/.julia/packages/QEDbase/9zWWN/src/QEDbase.jl:1 [5] top-level scope @ ~/.julia/packages/QEDbase/9zWWN/src/QEDbase.jl:71 [6] include @ Base ./Base.jl:489 [inlined] [7] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2216 [8] top-level scope @ stdin:3 in expression starting at /home/antonr/.julia/packages/QEDbase/9zWWN/src/lorentz_vector.jl:95 in expression starting at /home/antonr/.julia/packages/QEDbase/9zWWN/src/QEDbase.jl:1 in expression starting at stdin:3```
The text was updated successfully, but these errors were encountered:
AntonReinhard
No branches or pull requests
Trying to
using QEDbase
on Julia 1.10.0 rc1 gives the following error:The text was updated successfully, but these errors were encountered: