Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-discuss » (no subject)
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
kieransmallbone


Posts: 42
Registered:
February 2008
Re: (no subject) 02 Aug '12 01:22 Go to previous messageGo to previous message

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

      

SubjectPosterDate
Read Message   (no subject) Zhaleh Hosseini01 Aug '12 12:28
Read Message   Re: (no subject)  kieransmallbone02 Aug '12 01:22
Read Message   Re: (no subject) Zhaleh Hosseini02 Aug '12 17:57
Previous Topic:Release of libSBML-5.6.0
Next Topic:New version of LaTeX class for SBML L3 specification docs
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.