Skip to content

Commit 276387f

Browse files
Format code with yapf, black, autopep8 and isort
This commit fixes the style issues introduced in f2a7b15 according to the output from yapf, black, autopep8 and isort. Details: https://deepsource.io/gh/dpr1005/Semisupervised-learning-and-instance-selection-methods/transform/883be9e3-48ae-4be1-b1b9-23d8f4f28e8f/
1 parent f2a7b15 commit 276387f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

semisupervised/TriTraining.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ def fit(self, samples, y):
196196
):
197197
break
198198

199-
def _check_for_update(self, e_j, ep_j, h_j, l_j,
200-
labeled, lp_j, update_j, y):
199+
def _check_for_update(self, e_j, ep_j, h_j, l_j, labeled, lp_j, update_j, y):
201200
"""
202201
If the update_j flag is True, then we concatenate the labeled data with
203202
the new data, and fit the model to the new data

0 commit comments

Comments
 (0)