Add test for backwards compatibility with v0.7.1 serialized models

This commit is contained in:
Ben Letham 2021-03-03 18:14:16 -08:00
parent a1803a8801
commit bbc44bf67c
2 changed files with 2 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -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(