diff options
| author | Aaron LI <aaronly.me@outlook.com> | 2016-07-10 22:50:30 +0800 |
|---|---|---|
| committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-10 22:50:30 +0800 |
| commit | 81588bed8a575844e922b79b7d4296249f0207ca (patch) | |
| tree | 5d5dd3a91280a5cdf5c07c1b08476c863ed8d78a | |
| parent | 9a6717e0a30584090df47e7e28e443b5e80976c4 (diff) | |
| download | cexcess-81588bed8a575844e922b79b7d4296249f0207ca.tar.bz2 | |
calc_mass_potential.py: fix previous commit
| -rwxr-xr-x | calc_mass_potential.py | 4 |
1 files changed, 1 insertions, 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") |
