Skip to content

Commit afcf370

Browse files
committed
Added the new expected column detX_delta to test_column_names_analyze_detX
1 parent e5c15ea commit afcf370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5266,7 +5266,6 @@ def test_column_names_analyze_detX(self):
52665266
'xmax', 'xmin']
52675267

52685268

5269-
52705269
details = self.watcher.analyze(layers=[67], detX=True)
52715270
self.assertTrue(isinstance(details, pd.DataFrame), "details is a pandas DataFrame")
52725271
self.assertEqual(len(expected_columns), len(details.columns))

0 commit comments

Comments
 (0)