From d98f398251dc1ac4bbe49f442b371bb542fa0499 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Fri, 22 Nov 2024 14:54:50 -0700 Subject: [PATCH] fixed syntax error --- basicrta/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicrta/util.py b/basicrta/util.py index 34360a8..78e22df 100644 --- a/basicrta/util.py +++ b/basicrta/util.py @@ -407,8 +407,8 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None, contents = f.read() prots = ast.literal_eval(contents) except FileNotFoundError: - warnings.warn(r"tm_dict.txt not found, TM bars will not be drawn in - $\tau$ vs resid plot") + warnings.warn("tm_dict.txt not found, TM bars will not be drawn in " + r"$\tau$ vs resid plot") prot = None if not os.path.exists('figs'):