Simulation fails when adding 3D location to cell

Moderator: wwlytton

Post Reply
EleBern
Posts: 9
Joined: Sun Jan 15, 2023 10:40 am

Simulation fails when adding 3D location to cell

Post by EleBern »

Hello,

I am working on a model of the granular layer in which Golgi and granule cells are explicitly modelled.
I would like to add the 3D location of each cell using pt3dadd. I am able to do so for the Golgi cells. However, when adding the 3D location to the granule cells' soma, the job crashes with the following error:

Code: Select all

NEURON: spFactor error: Singular
  in run.hoc near line 776
  pc1.psolve(tstop)
            ^     
      ParallelContext[0].psolve(20)
     xopen("run.hoc")
Adding the location itself does not produce an error, the job crashes when the model is being run. Also, the model runs fine when the 3D location of the granule cells is not defined.

I would appreciate any help on how to debug this.

Thank you,
Kind regards
ted
Site Admin
Posts: 6386
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Simulation fails when adding 3D location to cell

Post by ted »

I seem to have misplaced my scrying stone, and without that it is difficult to diagnose the unseen. Perhaps you could share what you mean by "add the 3D location" e.g. by providing code examples of what you did that worked, and what you did that didn't work.
Post Reply