Skip to content

Commit

Permalink
remove test_tsdf_interpolate
Browse files Browse the repository at this point in the history
  • Loading branch information
R7L208 committed Jul 9, 2024
1 parent 1a5add8 commit ab5210a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/tests/tsdf_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,6 @@ def test_withPartitionCols(self):
self.assertEqual(init_tsdf.partitionCols, [])
self.assertEqual(actual_tsdf.partitionCols, ["symbol"])

# def test_tsdf_interpolate(self):
# # TODO: remove this test
# init_tsdf = self.get_test_df_builder("init").as_tsdf()
# expected_tsdf = self.get_test_df_builder("expected").as_tsdf()
#
# actual_tsdf = init_tsdf.interpolate("zero", "second", "floor")
# actual_tsdf.df.show()
# self.assertDataFrameEquality(actual_tsdf, expected_tsdf)


class FourierTransformTest(SparkTest):
def test_fourier_transform(self):
Expand Down

0 comments on commit ab5210a

Please sign in to comment.