Skip to content

Commit

Permalink
Disable pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Feb 21, 2025
1 parent 26ee38c commit 701d4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machine_learning_hep/steer_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
from .utilities_files import checkdirs, checkmakedir, checkmakedirlist, delete_dirlist


def do_entire_analysis(
def do_entire_analysis( # pylint: disable=too-many-locals, too-many-statements, too-many-branches
data_config: dict,
data_param: dict,
data_param_overwrite: dict, # pylint: disable=too-many-locals, too-many-statements, too-many-branches
data_param_overwrite: dict,
data_model: dict,
run_param: dict,
args,
Expand Down

0 comments on commit 701d4a4

Please sign in to comment.