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

fit() method fails for Matrices with Float32 element type #20

Closed
AzamatB opened this issue Feb 24, 2016 · 3 comments
Closed

fit() method fails for Matrices with Float32 element type #20

AzamatB opened this issue Feb 24, 2016 · 3 comments

Comments

@AzamatB
Copy link

AzamatB commented Feb 24, 2016

The following code fails:
fit(PCA, rand(Float32, 3,3))

@andreasnoack
Copy link
Member

This should work on latest master so try Pkg.checkout("MultivariateStats"). I've also just opened #21 which will make the package work on the development version of Julia. When that has been merged, I plan to tag a new version of the package.

@AzamatB
Copy link
Author

AzamatB commented Feb 25, 2016

Great! Thanks! I guess this issue can be closed then.

@andreasnoack
Copy link
Member

I've just tagged a new version JuliaLang/METADATA.jl#4652 so in a day or two Pkg.update() should also be sufficient.

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

3 participants