-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problems with matrices and vectors #48
Comments
This is actually a julia problem, not a SIUnits problem. The underlying issue is that See JuliaLang/julia#8027 and JuliaLang/julia#8974. |
I was just about to file the same issue; I've hit some problems because of it over in JuliaMath/Interpolations.jl#19. It becomes even more apparent that something is broken here considering the following example:
@timholy, you're faster than me! :P Could |
I suppose SIUnits could redefine all the |
I made an attempt at defining |
You can always create |
#25 describes the same problem |
I have multiple problems when using SIUnits with matrices and vectors.
A minimal working example of the underlying problem is shown in the following code. I would expect the second statement returning the same type as the first, but it doesn't.
The text was updated successfully, but these errors were encountered: