From 2bca90d8c20f34fccb1a07559c5c8ffe851b28fe Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 11 Jan 2023 09:27:58 +0100 Subject: [PATCH] Comment update. --- libraries/base/common/python/try_round_weight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/common/python/try_round_weight.py b/libraries/base/common/python/try_round_weight.py index 32809f3afc..24715832be 100644 --- a/libraries/base/common/python/try_round_weight.py +++ b/libraries/base/common/python/try_round_weight.py @@ -59,7 +59,7 @@ import textwrap import numpy as np import matplotlib -matplotlib.use('tkagg') +matplotlib.use('tkagg') # to make X11 forwarding work import matplotlib.pyplot as plt import common as cm -- GitLab