From c6887bd2a99ca851ceb019e904e207dd8c34ee67 Mon Sep 17 00:00:00 2001 From: Aaron Viets <aaron.viets@ligo.org> Date: Wed, 31 Jul 2024 18:42:29 -0700 Subject: [PATCH] fix import error --- tests/tests_pytest/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_pytest/plot.py b/tests/tests_pytest/plot.py index f68ad77b8..8a1447d27 100644 --- a/tests/tests_pytest/plot.py +++ b/tests/tests_pytest/plot.py @@ -25,7 +25,7 @@ matplotlib.rcParams['font.family'] = 'Times New Roman' matplotlib.rcParams['mathtext.default'] = 'regular' import matplotlib.pyplot as plt import matplotlib.patches as mpatches -from ticks_and_grid import ticks_and_grid +from tests.tests_pytest.ticks_and_grid import ticks_and_grid # Function to compute standard deviation that is not strongly affected by outliers -- GitLab