Change types for backwards compatibility tests (#2440)

This commit is contained in:
Cuong Duong 2023-05-30 00:25:10 +10:00 committed by GitHub
parent d727ac2e11
commit a0d1a33220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -123,7 +123,6 @@ class TestSerialize:
fcst2 = m2.predict(test)
assert np.array_equal(fcst["yhat"].values, fcst2["yhat"].values)
@pytest.mark.skip(reason="skipping until json serialization issue in pandas 2.0 is resolved.")
def test_backwards_compatibility(self):
old_versions = {
"0.6.1.dev0": (29.3669923968994, "fb"),