We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b585 commit c7823cfCopy full SHA for c7823cf
machine_learning_hep/processer.py
@@ -57,7 +57,7 @@ class Processer: # pylint: disable=too-many-instance-attributes
57
logger = get_logger()
58
59
# Initializer / Instance Attributes
60
- # pylint: disable=too-many-statements, too-many-arguments, consider-using-f-string
+ # pylint: disable=too-many-statements, too-many-arguments, consider-using-f-string, too-many-branches
61
def __init__(
62
self,
63
case,
0 commit comments