Skip to content

Commit

Permalink
Fix deprecation warning for Nds2ChannelType.nds2names
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Goetz committed Jan 18, 2024
1 parent b007282 commit 4b2be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwsumm/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = 'Duncan Macleod <[email protected]>'

NDS2_TYPES = Nds2ChannelType.names()
NDS2_TYPES = Nds2ChannelType.nds2names()
CIS_URL = 'https://cis.ligo.org'
re_channel = re.compile(r'[A-Z]\d:[a-zA-Z0-9]+' # core channel section L1:TEST
r'(?:[-_][a-zA-Z0-9_]+)?' # underscore-delimited parts
Expand Down

0 comments on commit 4b2be99

Please sign in to comment.