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

Methods conflect #10

Closed
foldfelis opened this issue Apr 21, 2022 · 0 comments · Fixed by #12
Closed

Methods conflect #10

foldfelis opened this issue Apr 21, 2022 · 0 comments · Fixed by #12
Assignees

Comments

@foldfelis
Copy link
Member

WARNING: Method definition qpdf(Any, Any, Any) in module QuantumStateDistributions at /home/admin/.julia/packages/QuantumStateDistributions/x3OGI/src/pdf.jl:13 overwritten at /home/admin/.julia/packages/QuantumStateDistributions/x3OGI/src/pdf.jl:58.
  ** incremental compilation may be fatally broken for this module **
qpdf(ρ, θ, x) = qpdf(Float64, ρ, θ, x)

should be

qpdf::AbstractArray, θ, x) = qpdf(Float64, ρ, θ, x)

ref

@foldfelis foldfelis self-assigned this Apr 21, 2022
@foldfelis foldfelis linked a pull request Apr 25, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant