Re: [julia-users] solve method error?

2015-12-20 Thread Stefan Karpinski
The error pasted means that you're trying to compare an Int with a substring of an ASCIIString. Julia doesn't provide definitions for comparing integers with strings since it's an ambiguous operation. On Sun, Dec 20, 2015 at 2:44 PM, Mauro wrote: > You'll get better help if

[julia-users] solve method error?

2015-12-20 Thread afnu3
error shown in image attached

Re: [julia-users] solve method error?

2015-12-20 Thread Mauro
You'll get better help if you include a minimal not-working example for people to copy-paste. (Also, output from the REPL is better pasted as text than as image). Also, your function call seems odd: no need to do a type assertion with `::` in the function arguments. On Sun, 2015-12-20 at 20:37,