Skip to content

Commit cf024fb

Browse files
author
Michael Erickson
committed
Fixed typo
1 parent 90002a7 commit cf024fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/tests/cas/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def test_iter(self):
870870
def test_drop_duplicates(self):
871871
# pull in table as CASTable and as pandas DataFrame
872872
tbl = self.table
873-
df = self.get_cars_df
873+
df = self.get_cars_df()
874874
# drop duplicates for single subset
875875
tbl_dropped = tbl.drop_duplicates(casout={'replace': True, 'name':'drop-test-1'}, subset='Make')
876876
df_dropped = df.drop_duplicates(subset='Make')

0 commit comments

Comments
 (0)