Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 26569e5

Browse files
author
Jaquier Aurélien Tristan
committed
lint fix
1 parent af9eec6 commit 26569e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/deapext/optimisationsCMA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(
121121
"or 'multi_objective'. Not "
122122
"{}".format(self.selector_name)
123123
)
124-
124+
125125
self.use_stagnation_criterion = use_stagnation_criterion
126126

127127
# Number of objective values

0 commit comments

Comments
 (0)