Skip to content

Commit

Permalink
fixed files that were not passing pycodestyle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed May 30, 2024
1 parent 4320782 commit be31942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from scipy.ndimage.filters import gaussian_filter
import matplotlib.pyplot as plt

from emcpy.plots.plots import LinePlot, VerticalLine,\
from emcpy.plots.plots import LinePlot, VerticalLine, \
Histogram, Density, Scatter, HorizontalLine, BarPlot, \
GriddedPlot, ContourPlot, FilledContourPlot, HorizontalBar, \
BoxandWhiskerPlot, HorizontalSpan, SkewT
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_stats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from emcpy.stats.stats import mstats, lregress, ttest, get_weights,\
from emcpy.stats.stats import mstats, lregress, ttest, get_weights, \
get_linear_regression, bootstrap, calc_bins
import numpy as np

Expand Down

0 comments on commit be31942

Please sign in to comment.