Seemingly random error

Anything that doesn't fit elsewhere.
Post Reply
rllin

Seemingly random error

Post by rllin »

EDIT: I figured it out, my input file was generated by a random distribution and statistically sometimes the file would then contain nothing.


Code: Select all

/Applications/NEURON-7.2/nrn/i386/bin/nrniv.app/Contents/MacOS/nrniv: EOF in fscan
 in SIE_fig2_12.hoc near line 71
 stimVec.scanf(inputf)
                      ^
        Vector[4].scanf(File[1])
      xopen("SIE_fig2_12.hoc")
    execute1("{xopen("SIE_fig2_12.hoc")}")
  load_file("SIE_fig2_12.hoc")
	0 
/Applications/NEURON-7.2/nrn/i386/bin/nrniv.app/Contents/MacOS/nrniv: Bus error See $NEURONHOME/lib/help/oc.help
 in SIE_fig2_12.hoc near line 72
 inputf.close()
               ^
I write from a file for my spike train and as you can see, an error occurs. This happens every probably 6-8th one. Help?
Post Reply