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