Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 11, 2024
1 parent efa76fe commit 7888afd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pynwb/ndx_extracellular_channels/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ def to_probeinterface(ndx_probe: ndx_extracellular_channels.Probe) -> probeinter
new_key = possible_shape_key.replace("_in_um", "")
shape_params[i][new_key] = contacts_table[possible_shape_key][i]

print(shape_params)

probeinterface_probe = probeinterface.Probe(
ndim=ndx_probe.probe_model.ndim,
si_units="um",
Expand Down

0 comments on commit 7888afd

Please sign in to comment.