Skip to content

Commit

Permalink
Fix error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Jun 12, 2018
1 parent 5380fd9 commit ccb6db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmd/Neuron/Neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def append_tree(self, new_tree, td):
tree_type = 'undefined'
getattr(self, tree_type).append(new_tree)

self.neurites = self.axon + self.basal + self.apical + self.undefined

def copy_neuron(self):
"""
Expand Down

0 comments on commit ccb6db1

Please sign in to comment.