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

Cauchy type mismatch #46

Closed
JeffFessler opened this issue Aug 13, 2021 · 2 comments
Closed

Cauchy type mismatch #46

JeffFessler opened this issue Aug 13, 2021 · 2 comments

Comments

@JeffFessler
Copy link
Member

The Cauchy type claims it is a subtype of AbstractArray{T} but the T is incorrect in general:

julia> C = Cauchy([1,2,3])
3×3 Cauchy{Int64}:
 0.5       0.333333  0.25
 0.333333  0.25      0.2
 0.25      0.2       0.166667

Here the Cauchy "type" is Int64 but the elements of the matrix are Float64.
I don't have time to fix this right now but I am logging the issue for future work.
A related PR #17 does not appear to solve this issue BTW.

@JeffFessler
Copy link
Member Author

Will be fixed by the updated #17.

@JeffFessler
Copy link
Member Author

Fixed by #17

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

No branches or pull requests

1 participant