Skip to content

Change from_* functions#18

Merged
khl02007 merged 6 commits intomainfrom
change-from-functions
Jul 28, 2023
Merged

Change from_* functions#18
khl02007 merged 6 commits intomainfrom
change-from-functions

Conversation

@alejoe91
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/pynwb/ndx_probeinterface/io.py Outdated
"""
assert isinstance(probe, Probe)
return _single_probe_to_nwb_device(probe)
assert isinstance(probe_or_probegroup, (Probe, ProbeGroup)), f"The input can be a Probe or ProbeGroup, not {type(probe_or_probegroup)}"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change can to must

@khl02007 khl02007 merged commit e54c0f9 into main Jul 28, 2023
@khl02007 khl02007 deleted the change-from-functions branch July 28, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants