We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac680f commit 146f360Copy full SHA for 146f360
tests/test_fbprophet.py renamed to tests/test_prophet.py
@@ -5,7 +5,7 @@
5
6
from prophet import Prophet
7
8
-class TestFbProphet(unittest.TestCase):
+class TestProphet(unittest.TestCase):
9
def test_fit(self):
10
train = pd.DataFrame({
11
'ds': np.array(['2012-05-18', '2012-05-20']),
0 commit comments