Skip to content

Commit e7cb91a

Browse files
Merge pull request #209 from dpr1005/deepsource-transform-2552188c
Format code with yapf, black, autopep8 and isort
2 parents f2a7b15 + 276387f commit e7cb91a

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)