| Author | Topic |
Posts: 42
Registered: February 2008
|
|
Re: (no subject)
|
02 Aug '12 01:22

|
 |
|
Zhaleh,
The error is not with the SBML file but, as the message says, with the
function ACHRSamplerParallelGeneral. Digging deeper, on line 215 maxStep
and minStep are both empty matrices, so "(minStep > maxStep)" produces
"[]" which can't be passed to a "||" operator.
Your best step would be to get onto the Cobra folks with your issue. I
believe there is a discussion forum at http://opencobra.sf.net/
k
On 01/08/2012 20:28, Zhaleh Hosseini wrote:
> Hey sbml team
> I have a problem using gpsampler function in cobratoolbox. It dosn't
> work on the sbml file that I have attached in this Email. When I call
> this function for the file the following error is appeared.
>
> ??? Operands to the || and && operators must be convertible to logical
> scalar values.
>
> Error in ==> ACHRSamplerParallelGeneral at 215
> if (abs(minStep) < maxMinTol && abs(maxStep) < maxMinTol)
> || (minStep > maxStep)
>
> Error in ==> gpSampler at 219
> sampleStruct = ACHRSamplerParallelGeneral(sampleStruct,
> ceil(maxSteps/50), 50, maxTime,
> threads);
> I would appreciate it if you could help me with this.
> Zhaleh
--
kieran smallbone
kieran.smallbone@manchester.ac.uk
http://u003f.com/
manchester centre for integrative systems biology
manchester interdisciplinary biocentre
131 princess street
manchester m1 7dn. uk
____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu
|
|
|