Skip to content

Commit fde5c4a

Browse files
update spacing in tests: iv subpackage
1 parent 0301634 commit fde5c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvops/tests/test_iv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_classification():
173173
}
174174

175175
iv_col_dict = {'mode': 'mode'}
176-
model,_,_ = nn.classify_curves(feat_df, iv_col_dict, nn_config)
176+
model, _, _ = nn.classify_curves(feat_df, iv_col_dict, nn_config)
177177

178178
if model.test_accuracy > 0.9:
179179
assert True

0 commit comments

Comments
 (0)