Skip to content

Commit

Permalink
Fix for older python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Jun 25, 2020
1 parent 7a8fdfe commit 122adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/feature_extraction/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_wide_tsframe(self):

def test_wide_tsframe_without_sort(self):
df = self.create_test_data_sample_wide()
df = df.drop(columns=["sort"])
del df["sort"]
data = WideTsFrameAdapter(df, "id")

self.assert_tsdata(data, WIDE_TEST_DATA_EXPECTED_TUPLES)
Expand Down

0 comments on commit 122adaa

Please sign in to comment.