Skip to content

Commit 1a9c964

Browse files
committed
add TODO to remove when warnings not triggered
1 parent 3867c5b commit 1a9c964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paths_cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def main(log):
9494
logging.config.fileConfig(log, disable_existing_loggers=False)
9595
# TODO: if log not given, check for logging.conf in .openpathsampling/
9696

97+
# TODO: remove when openmmtools doesn't trigger these warnings
9798
silence_warnings = ['pymbar.mbar_solvers', 'pymbar.timeseries']
9899
for lname in silence_warnings:
99100
logger = logging.getLogger(lname)

0 commit comments

Comments
 (0)