Skip to content

Commit 496c210

Browse files
committed
remove proj()
1 parent 5a7f068 commit 496c210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/ephys_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def make(self, key):
5252

5353
table = (
5454
units
55-
* ephys.ProbeInsertion.proj()
56-
* probe.ProbeType.Electrode.proj("shank")
55+
* ephys.ProbeInsertion
56+
* probe.ProbeType.Electrode
5757
& {"shank": shank_no}
5858
)
5959

0 commit comments

Comments
 (0)