Skip to content

Commit cfec958

Browse files
committed
Added the new expected column detX_delta to test_column_names_analyze_detX
1 parent 0e3a25d commit cfec958

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test.py

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

54325432

5433-
54345433
details = self.watcher.analyze(layers=[67], detX=True)
54355434
self.assertTrue(isinstance(details, pd.DataFrame), "details is a pandas DataFrame")
54365435
self.assertEqual(len(expected_columns), len(details.columns))

0 commit comments

Comments
 (0)