Skip to content

Commit ad0bad4

Browse files
committed
fix overlooked formatting
1 parent 154c98e commit ad0bad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dadapy/feature_weighting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def return_lasso_optimization_dii_search(
697697
end = time.time()
698698
if self.verb:
699699
print(
700-
f"optimization with l1-penalty {i+1} of strength "
700+
f"optimization with l1-penalty {i + 1} of strength "
701701
+ f"{l1_penalties[i]:.4g} took: {end - start:.2f} s.",
702702
)
703703

0 commit comments

Comments
 (0)