mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
Update serialize test with version change
This commit is contained in:
parent
cb966a5244
commit
5faacc9fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class TestSerialize(TestCase):
|
|||
# Make sure json doesn't get too large in the future
|
||||
self.assertTrue(len(model_str) < 200000)
|
||||
z = json.loads(model_str)
|
||||
self.assertEqual(z['__fbprophet_version'], '0.7')
|
||||
self.assertEqual(z['__fbprophet_version'], '0.7.1')
|
||||
|
||||
m2 = model_from_json(model_str)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue