Skip to content

Commit

Permalink
Merge branch 'new_spikeglx_and_probeinterface' into modular_clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed Sep 13, 2023
2 parents 8170044 + 4407678 commit 021e3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions element_array_ephys/probe.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Neuropixels Probes
"""
from __future__ import annotations

import datajoint as dj

from .readers import probe_geometry
Expand Down
2 changes: 2 additions & 0 deletions element_array_ephys/readers/probe_geometry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import numpy as np
import pandas as pd

Expand Down

0 comments on commit 021e3d2

Please sign in to comment.