Skip to content

Commit 7621bce

Browse files
author
Michael Erickson
committed
Complying with contributor agreement
Signed off by: Michael Erickson <[email protected]>
1 parent 66e2535 commit 7621bce

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
@@ -3257,6 +3257,7 @@ def test_column_value_counts(self):
32573257
# tblgrp['Horsepower'].value_counts(dropna=False).tolist())
32583258

32593259
def test_nunique(self):
3260+
# Pull in data as CASTable and pandas DataFrame
32603261
tbl = self.table
32613262
df = self.get_cars_df()
32623263
tbl_nunique = tbl.nunique()

0 commit comments

Comments
 (0)