Skip to content

Commit 743b130

Browse files
committed
Fix: linting and added __init__.py to surrogate
1 parent cd3b41d commit 743b130

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

causal_testing/surrogate/__init__.py

Whitespace-only changes.

causal_testing/surrogate/surrogate_search_algorithms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Module containing implementation of search algorithm for surrogate search """
22
# pylint: disable=cell-var-from-loop
3+
# pylint: disable=too-few-public-methods
4+
# pylint: disable=too-many-locals
35
# Fitness functions are required to be iteratively defined, including all variables within.
46

57
from operator import itemgetter

0 commit comments

Comments
 (0)