Skip to content

Commit 7e213c5

Browse files
JaerongAkabilarCBroz1
authored
Apply suggestions from code review
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com> Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 5649b61 commit 7e213c5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

element_array_ephys/ephys_no_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pandas as pd
1111
from element_interface.utils import dict_to_uuid, find_full_path, find_root_directory
1212

13-
from element_array_ephys import ephys_report, get_logger, probe
13+
from . import ephys_report, get_logger, probe
1414

1515
from .readers import kilosort, openephys, spikeglx
1616

element_array_ephys/plotting/probe_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def plot_raster(units: np.ndarray, spike_times: np.ndarray) -> matplotlib.figure
3434
def plot_driftmap(
3535
spike_times: np.ndarray, spike_depths: np.ndarray, colormap="gist_heat_r"
3636
) -> matplotlib.figure.Figure:
37-
"""Plot unit activity drift map all units recorded in a given shank of a probe.
37+
"""Plot drift map of unit activity for all units recorded in a given shank of a probe.
3838
3939
Args:
4040
spike_times (np.ndarray): Spike timestamps in seconds.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
requirements = f.read().splitlines()
1313

1414
with open(path.join(here, pkg_name, "version.py")) as f:
15-
__version__ = "Default value to quiet linter"
1615
exec(f.read())
1716

1817
setup(

0 commit comments

Comments
 (0)