Skip to content
Snippets Groups Projects
Commit b440b5ea authored by Patrick Godwin's avatar Patrick Godwin
Browse files

multichannel_datasource.py: fix doctest in channel_dict_from_channel_list()

parent 2ffc1e1c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -77,7 +77,7 @@ def channel_dict_from_channel_list(channel_list):
Examples:
>>> multichannel_datasource.channel_dict_from_channel_list(["H1:AUX-CHANNEL-NAME_1:2048", "H1:AUX-CHANNEL-NAME-2:512"])
>>> channel_dict_from_channel_list(["H1:AUX-CHANNEL-NAME_1:2048", "H1:AUX-CHANNEL-NAME-2:512"])
{'H1:AUX-CHANNEL-NAME_1': {'qhigh': None, 'ifo': 'H1', 'flow': None, 'fsamp': 2048.0, 'fhigh': None, 'frametype': None}, 'H1:AUX-CHANNEL-NAME-2': {'qhigh': None, 'ifo': 'H1', 'flow': None, 'fsamp': 512.0, 'fhigh': None, 'frametype': None}}
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment