mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-17 21:10:45 +00:00
Add test for backwards compatibility with v0.7.1 serialized models
This commit is contained in:
parent
a1803a8801
commit
bbc44bf67c
2 changed files with 2 additions and 0 deletions
1
python/fbprophet/tests/serialized_model_v0.7.1.json
Normal file
1
python/fbprophet/tests/serialized_model_v0.7.1.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -141,6 +141,7 @@ class TestSerialize(TestCase):
|
|||
def test_backwards_compatibility(self):
|
||||
old_versions = {
|
||||
'0.6.1.dev0': 29.3669923968994,
|
||||
'0.7.1': 29.282810844704414,
|
||||
}
|
||||
for v, pred_val in old_versions.items():
|
||||
fname = os.path.join(
|
||||
|
|
|
|||
Loading…
Reference in a new issue