Skip to content

Commit

Permalink
FIX some quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed May 5, 2021
1 parent 4958167 commit 2ff530f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hnn_core/cells_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import numpy as np

from neuron import h

from .cell import Cell

from .params import compare_dictionaries
Expand Down Expand Up @@ -155,6 +153,8 @@ def basket(pos, cell_name='L2Basket', gid=None):
----------
pos : tuple
Coordinates of cell soma in xyz-space
cell_name : str
The name of the cell.
gid : int or None (optional)
Each cell in a network is uniquely identified by it's "global ID": GID.
The GID is an integer from 0 to n_cells, or None if the cell is not
Expand Down Expand Up @@ -271,7 +271,6 @@ def pyramidal(pos, celltype, override_params=None, gid=None):
cell.build(p_secs, p_syn, topology, sect_loc=sect_loc)

# insert dipole
yscale = yscale
cell.insert_dipole(yscale)

return cell

0 comments on commit 2ff530f

Please sign in to comment.