Skip to content

Commit 4e61bb3

Browse files
author
Michael Erickson
committed
Added additional inline doc
Signed off by: Michael Erickson <[email protected]>
1 parent 9371268 commit 4e61bb3

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
@@ -5175,6 +5175,7 @@ def test_partition_inputs(self):
51755175
self.assertTablesEqual(colinfo[['Two', 'Model', 'One', 'MSRP']], pcolinfo)
51765176

51775177
def test_rename(self):
5178+
# Pull in CASTable and Pandas Dataframe
51785179
tbl = self.table
51795180
df = self.get_cars_df()
51805181

0 commit comments

Comments
 (0)