-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pset 2 #4
Comments
Hi, Apparently this indeed works only on 0.5. Best On 20 Sep 2016 16:57, "kameeko" [email protected] wrote:
|
I installed Julia using the Ubuntu-specific installation instructions, so I have v0.4.6 on my computer. Is there a way to have multiple versions of Julia on the same computer, so that I can switch between different versions without being online (using JuliaBox)? |
Yes you can have multiple versions: you can use the generic Linux binary and give it a different name, e.g. julia5. |
Woah, and Jupyter knows about both even though they are in completely different places. This is sweet. |
Yes ;) |
i also was kind of surprised how well that works On Tue, Sep 20, 2016 at 6:48 PM, David P. Sanders [email protected]
|
In Pset 2, after I define SymArrow2, and overload the size and getindex methods to handle SymArrow2 types, I test the * method with a random matrix and vector of complex numbers. In version 0.4.6, I get the message:
but in version 0.5.0-rc4 (accessed via JuliaBox), it runs without complaint. Am I defining SymArrow2 or the overloaded methods incorrectly, or are the fall-back methods that we're intended to use different between the two versions?
The text was updated successfully, but these errors were encountered: