[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parcellfun debug
From: |
Muhali |
Subject: |
Re: parcellfun debug |
Date: |
Thu, 9 Jul 2015 05:50:45 -0700 (PDT) |
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
--
View this message in context:
http://octave.1599824.n4.nabble.com/parcellfun-debug-tp4671440p4671509.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.
- parcellfun debug, Muhali, 2015/07/07
- Re: parcellfun debug, Olaf Till, 2015/07/07
- Re: parcellfun debug, Muhali, 2015/07/09
- Re: parcellfun debug, Olaf Till, 2015/07/09
- Re: parcellfun debug, Muhali, 2015/07/09
- Re: parcellfun debug, Olaf Till, 2015/07/09
- Re: parcellfun debug,
Muhali <=
- Re: parcellfun debug, Olaf Till, 2015/07/09
- Re: parcellfun debug, Olaf Till, 2015/07/09