Skip to content
Snippets Groups Projects
Commit c6887bd2 authored by Aaron Viets's avatar Aaron Viets
Browse files

fix import error

parent 760a9302
No related branches found
No related tags found
1 merge request!1CI development
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment