From: Saeed <sa...@gn...> - 2014-04-29 17:58:37
|
Sure, Sorry for the lack of information. As I found it happens in many of Demo files, for example at "async13/Demos/snippets/testHsolve.py" the below error produces: ===================================== on node 0, numNodes = 1, numCores = 12 Info: Time to define moose classes:0 Info: Time to initialize module:0.05 Created 306 path=/n numData=1 isGlobal=0 baseType=Neutral Created 307 path=/n/compt numData=1 isGlobal=0 baseType=SymCompartment Created 308 path=/n/compt/Na numData=1 isGlobal=0 baseType=HHChannel Created 312 path=/n/compt/K numData=1 isGlobal=0 baseType=HHChannel Created 316 path=/n/compt/synInput numData=1 isGlobal=0 baseType=SpikeGen Created 317 path=/n[0]/shaft0 numData=1 isGlobal=0 baseType=SymCompartment Created 318 path=/n[0]/head0 numData=1 isGlobal=0 baseType=SymCompartment Created 319 path=/n[0]/head0[0]/gluR numData=1 isGlobal=0 baseType=SynChan Created 321 path=/n[0]/head0[0]/ca numData=1 isGlobal=0 baseType=CaConc 0: Shell::doAddMsg: Error: Failed to find field event on src: synInput Traceback (most recent call last): File "testHsolve.py", line 297, in <module> main() File "testHsolve.py", line 294, in main test_elec_alone() File "testHsolve.py", line 265, in test_elec_alone make_spiny_compt() File "testHsolve.py", line 243, in make_spiny_compt moose.connect( synInput, 'event', syn, 'addSpike', 'Single' ) NameError: check field names and type compatibility. ====================================== It seems that the finfoMap_ array at Cinfo.cpp:214 does not contains all object names. >Upi > Dear Saeed, > Please give script snippet where this happens. Also you might wish > to look in Demos/snippets for examples of the correct use of the function. > Best, > Upi > On Tuesday 29 April 2014 09:04 PM, Saeed Shariati wrote: >> Hi, >> >> At async13 branch, when it tries to use connect method, the below error >> throws away: >> >> 0: Shell::doAddMsg: Error: Failed to find field spike on src: cell_0 >> >> It would be my please if you have a look at this. >> >> Bests, >> Saeed >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get >> unparalleled scalability from the best Selenium testing platform available. >> Simple to use. Nothing to install. Get started now for free." >>http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> moose-devel mailing list >> moose-devel@... >>https://lists.sourceforge.net/lists/listinfo/moose-devel |