Skip to content

Commit

Permalink
Update cellmodelp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin authored Jan 26, 2019
1 parent f61d765 commit da1cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuronunit/cellmodelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

import numpy as np
from matplotlib import pyplot as plt
from sklearn.decomposition import PCA
try:
from playhouse.db_url import connect
from sshtunnel import SSHTunnelForwarder
from collector import Collector
from neuronrunner import NeuronRunner, NumericalInstabilityException
from sklearn.decomposition import PCA
from runtimer import RunTimer
from tables import Cells, Model_Waveforms, Morphometrics, Cell_Morphometrics, db_proxy, Models
from nmldbmodel import NMLDB_Model
Expand Down

0 comments on commit da1cf7e

Please sign in to comment.