From 81588bed8a575844e922b79b7d4296249f0207ca Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 10 Jul 2016 22:50:30 +0800 Subject: calc_mass_potential.py: fix previous commit --- calc_mass_potential.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/calc_mass_potential.py b/calc_mass_potential.py index 4e1a7f2..e61645b 100755 --- a/calc_mass_potential.py +++ b/calc_mass_potential.py @@ -159,11 +159,9 @@ import matplotlib.pyplot as plt from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas from matplotlib.figure import Figure -import rpy2.robjects as ro -from rpy2.robjects.packages import importr - from astro_params import AstroParams, ChandraPixel from projection import Projection +from spline import SmoothSpline plt.style.use("ggplot") -- cgit v1.2.2