Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 1, 2018
1 parent 2805474 commit c816cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/learner/balancing_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def losses(self, real=True):
loss_dict[index] = learner.loss(real)
losses.append(loss_dict[index])

return losses
return losses

def loss(self, real=True):
losses = self.losses(real)
Expand Down

0 comments on commit c816cf6

Please sign in to comment.