Skip to content

Commit 1f83d6c

Browse files
committed
Added the new expected column detX_delta to test_column_names_analyze_detX
1 parent e6e704e commit 1f83d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@ def test_column_names_analyze_fix_fingers(self):
45214521

45224522
def test_column_names_analyze_detX(self):
45234523
expected_columns = ['layer_id', 'name', 'D', 'M', 'N', 'Q', 'alpha',
4524-
'alpha_weighted', 'detX_num', 'detX_val',
4524+
'alpha_weighted', 'detX_delta', 'detX_num', 'detX_val',
45254525
'detX_val_unrescaled', 'entropy', 'has_esd',
45264526
'lambda_max', 'layer_type', 'log_alpha_norm', 'log_norm',
45274527
'log_spectral_norm', 'longname', 'matrix_rank', 'norm', 'num_evals',

0 commit comments

Comments
 (0)