Skip to content

Commit

Permalink
Removes last print statement in read_spikegadgets.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkBCCN committed Mar 28, 2024
1 parent 4ce4791 commit 790bff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/probeinterface/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,6 @@ def read_spikegadgets(file: str | Path) -> ProbeGroup:
# Get number of probes present (each has its own Device element)
probe_configs = [device for device in hconf if device.attrib["name"] == "NeuroPixels1"]
n_probes = len(probe_configs)
print(n_probes, "Neuropixels 1.0 probes found.")

# Container to store Probe objects
probe_group = ProbeGroup()
Expand Down

0 comments on commit 790bff2

Please sign in to comment.