octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parcellfun debug


From: Olaf Till
Subject: Re: parcellfun debug
Date: Thu, 9 Jul 2015 17:03:21 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jul 09, 2015 at 05:50:45AM -0700, Muhali wrote:
> Olaf Till-2 wrote
> > If you want help, please provide more information, in particular the
> > information I've asked for.
> 
> With cellfun I get
> 
> ~> cellfun ("atan2", {1, 0}, {0, 1})
> ans =
> 
>    1.571   0.000
> 
> With the current octave-forge package 2.2.1 I get
> 
> ~> parcellfun (2, "atan2", {1, 0}, {0, 1})
> parcellfun: 2/2 jobs done
> 
> (with an output argument I get the correct result.). With the current tip
> from http://hg.code.sf.net/p/octave/parallel I get
> 
> ~> parcellfun (2, "atan2", {1, 0}, {0, 1})
> error: parcellfun: some option is not a string
> error: called from
>     parcellfun_opts at line 39 column 7
>     parcellfun at line 91 column 25

Ok, that's a bug in the current development version and I'll fix
that. Thanks for reporting.

But this can't have anything to do with your original problem. My
request for more information refered to your original problem.

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]