Skip to content

Commit 94ce3c9

Browse files
Ignore cell-var-from-loop for surrogate_search_algorithms.py
1 parent 055b064 commit 94ce3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

causal_testing/surrogate/surrogate_search_algorithms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Module containing implementation of search algorithm for surrogate search """
2+
# pylint: disable=cell-var-from-loop
3+
# Fitness functions are required to be iteratively defined, including all variables within.
24

35
from operator import itemgetter
46
from pygad import GA

0 commit comments

Comments
 (0)