Skip to content

Commit

Permalink
Update to tmd directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Feb 8, 2018
1 parent 4c13ca0 commit dd847e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tns/extract_input/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ def distributions(filepath, neurite_types=['basal', 'apical', 'axon']):
'''
import from_TMD
import from_neurom
import neurontopology as ntn
import tmd
import neurom as nm

pop_ntn = ntn.io.load_population(filepath)
pop_ntn = tmd.io.load_population(filepath)
pop_nm = nm.load_neurons(filepath)

input_distributions = {}
Expand Down

0 comments on commit dd847e4

Please sign in to comment.