Alexandra Chatzikalymniou

Results 5 comments of Alexandra Chatzikalymniou

thanks Werner yes the line you pointed to is still present in my version of the code. I know that my icell =my_cell[0] because I added a line "print self.icell"...

that's correct. " print self.icell.soma_list AttributeError: 'hoc.HocObject' object has no attribute 'soma_list'" I am using your initial version of the code actually. The only changes I have implemented are on...

.... and it is really interesting because the following script (in which I bypass the bluepyopt definitions) works jut fine. I would like to define my hoc object using the...

Hi again Werner I think the problem is that the code creates an empty cell named: my_cell[0] , which is a new empty object that doesn't carry the sections of...

do you think that "def create_empty_cell" creates an empty object that has the name "my_cell" but doesn't actually point to my "my_cell" template? If so any ideas on how I...