You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to run the CompNeuro tutorial file but with either the Dopri or Radau ODE solvers and have been having some difficulty. It works fine with Vode but when I run with Radau I get the following error. The Dopri error is almost identical. The code is unchanged except for commenting out the Vode solver and uncommenting the Radau/Dopri solver. Does anyone know how to resolve this issue?
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:142:194: error:
too few arguments to function call, expected 6, have 5
...minof3(maxof2(tan(8.982t3.141592653589793+1.3005),8, p, wk, xv),-8, p, wk_, xv_)));
~~~~~~~~ ^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:90:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double ...
^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:160:196: error:
too few arguments to function call, expected 6, have 5
...__minof3(__maxof2(tan(8.982t3.141592653589793+1.3005),8, p_, wk_, xv_),-8, p_, wk_, xv_);
~~~~~~~~ ^
/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c:90:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double ...
^
/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c:283:183: error:
too few arguments to function call, expected 6, have 5
...__minof3(__maxof2(tan(8.982t3.141592653589793+1.3005),8, p_, wk_, xv_),-8, p_, wk_, xv_));
~~~~~~~~ ^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:190:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double *...
^
3 errors generated.
Problem initializing target Generator 'Radau_ODEsystem'
error: Command "gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/anaconda3/include -arch x86_64 -I/anaconda3/include -arch x86_64 -I/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/Directory/DynamicSimulations -I/anaconda3/lib/python3.6/site-packages/PyDSTool/integrator -I/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/anaconda3/include/python3.6m -c /Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c -o /Directory/Python/DynamicSimulations/radau5_temp/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.o -MMD -MF /Directory/DynamicSimulations/radau5_temp/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.o.d -w -std=c99 -Wall -Wno-unused-function -D__RADAU__" failed with exit status 1
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to run the CompNeuro tutorial file but with either the Dopri or Radau ODE solvers and have been having some difficulty. It works fine with Vode but when I run with Radau I get the following error. The Dopri error is almost identical. The code is unchanged except for commenting out the Vode solver and uncommenting the Radau/Dopri solver. Does anyone know how to resolve this issue?
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:142:194: error:
too few arguments to function call, expected 6, have 5
...minof3(maxof2(tan(8.982t3.141592653589793+1.3005),8, p, wk, xv),-8, p, wk_, xv_)));
~~~~~~~~ ^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:90:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double ...
^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:160:196: error:
too few arguments to function call, expected 6, have 5
...__minof3(__maxof2(tan(8.982t3.141592653589793+1.3005),8, p_, wk_, xv_),-8, p_, wk_, xv_);
~~~~~~~~ ^
/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c:90:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double ...
^
/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c:283:183: error:
too few arguments to function call, expected 6, have 5
...__minof3(__maxof2(tan(8.982t3.141592653589793+1.3005),8, p_, wk_, xv_),-8, p_, wk_, xv_));
~~~~~~~~ ^
/Directory/DynamicSimulations/radau5_temp/cell1_vf.c:190:1: note:
'minof3' declared here
double minof3(double e1, double e2, double e3, double *p, double *...
^
3 errors generated.
Problem initializing target Generator 'Radau_ODEsystem'
error: Command "gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/anaconda3/include -arch x86_64 -I/anaconda3/include -arch x86_64 -I/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/Directory/DynamicSimulations -I/anaconda3/lib/python3.6/site-packages/PyDSTool/integrator -I/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/anaconda3/include/python3.6m -c /Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.c -o /Directory/Python/DynamicSimulations/radau5_temp/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.o -MMD -MF /Directory/DynamicSimulations/radau5_temp/Directory/Python/DynamicSimulations/radau5_temp/cell1_vf.o.d -w -std=c99 -Wall -Wno-unused-function -D__RADAU__" failed with exit status 1
The text was updated successfully, but these errors were encountered: