From b407998ae6ba67523d6a7d45935d5136dd8e5b61 Mon Sep 17 00:00:00 2001 From: Abyss Halley Date: Fri, 22 Aug 2025 12:38:48 -0400 Subject: [PATCH] removed smplotlib import --- singlepulse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlepulse.py b/singlepulse.py index 3df4840..0ecedc3 100644 --- a/singlepulse.py +++ b/singlepulse.py @@ -16,7 +16,7 @@ import glob import os import pandas as pd from scipy.signal import find_peaks -import smplotlib #plot style, not needed +#import smplotlib #plot style, not needed; AH: commented out from pygdsm import GlobalSkyModel from astropy.coordinates import SkyCoord