From 6ac778a916e763860f5a10b332a6134c240a2bfc Mon Sep 17 00:00:00 2001 From: Noe Brucy Date: Wed, 26 Apr 2023 15:35:53 +0200 Subject: [PATCH] [ismfeed] small bugs --- ismfeed/__init__.py | 5 +++++ ismfeed/ismfeed.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ismfeed/__init__.py b/ismfeed/__init__.py index e69de29..9fe3e6c 100644 --- a/ismfeed/__init__.py +++ b/ismfeed/__init__.py @@ -0,0 +1,5 @@ +from .ismfeed import ( + get_sinks, + compute_sfr, + plot_mass_sfr, +) diff --git a/ismfeed/ismfeed.py b/ismfeed/ismfeed.py index bd34478..3c7a1b4 100644 --- a/ismfeed/ismfeed.py +++ b/ismfeed/ismfeed.py @@ -9,7 +9,7 @@ import matplotlib as mpl import matplotlib.ticker as tick import matplotlib.pyplot as plt -from matplotlib import FuncFormatter +from matplotlib.ticker import FuncFormatter from utils.units import convert_exp