mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-13 18:08:21 +00:00
Update version in serialize test
This commit is contained in:
parent
231200ffaa
commit
6cd14438c6
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.6')
|
||||
self.assertEqual(z['__fbprophet_version'], '0.6.1.dev0')
|
||||
|
||||
m2 = model_from_json(model_str)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue