Skip to content

Commit 2b7cd1e

Browse files
committed
BMTI: fix linting
1 parent a8bf9c9 commit 2b7cd1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dadapy/feature_weighting.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,11 @@ def return_optimal_learning_rate(
235235

236236
# optmizations for different learning rates
237237
for i, lrate in enumerate(lrates):
238-
(gammas_per_epoch_per_lr[i], dii_per_epoch_per_lr[i], _,) = _optimize_dii(
238+
(
239+
gammas_per_epoch_per_lr[i],
240+
dii_per_epoch_per_lr[i],
241+
_,
242+
) = _optimize_dii(
239243
groundtruth_data=groundtruth,
240244
data=in_data,
241245
gammas_0=initial_gammas,

0 commit comments

Comments
 (0)