Skip to content

Commit 3a515b1

Browse files
author
Michael Erickson
committed
Complying with contributor agreement
Signed off by: Michael Erickson <[email protected]>
1 parent 583df5c commit 3a515b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swat/tests/cas/test_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ def test_iter(self):
868868
self.assertEqual(data, columns)
869869

870870
def test_drop_duplicates(self):
871+
# pull in table as CASTable and as pandas DataFrame
871872
tbl = self.table
872873
df = self.get_cars_df
873874
# drop duplicates for single subset

0 commit comments

Comments
 (0)