Skip to content

Commit 9dff66e

Browse files
committed
chore(linting): lint replications.py
1 parent 183df48 commit 9dff66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simulation/replications.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def _klimit(self):
332332
"""
333333
return int((self.look_ahead / 100) * max(self.n, 100))
334334

335+
# pylint: disable=too-many-branches
335336
def select(self, runner, metrics):
336337
"""
337338
Executes the replication algorithm, determining the necessary number

0 commit comments

Comments
 (0)