[TYPECHECK]

# List of members which are set dynamically and missed by Pylint inference
# system, and so shouldn't trigger E1101 when accessed. (Module 'torch' has no 'max' member)
generated-members=numpy.*, torch.*

[DESIGN]
# Maximum number of statements in function / method body
max-statements=16
