Skip to content

Commit

Permalink
Fix deprecation warning for Nds2ChannelType.nds2names (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Goetz <evan.goetz@ligo.org>
  • Loading branch information
eagoetz and Evan Goetz authored Jan 26, 2024
1 parent 02cb6f2 commit 3f1db27
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 <duncan.macleod@ligo.org>'

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 3f1db27

Please sign in to comment.