mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Change types for backwards compatibility tests (#2440)
This commit is contained in:
parent
d727ac2e11
commit
a0d1a33220
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
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue