From 68dc32a8ed837137e8d23b30ba27e736f35e67f1 Mon Sep 17 00:00:00 2001 From: ssolson Date: Fri, 20 Sep 2024 11:57:22 -0400 Subject: [PATCH] Ignore too many POSITIONAL args in addition to too many args --- mhkit/loads/graphics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mhkit/loads/graphics.py b/mhkit/loads/graphics.py index 26847f5ef..9cd835b81 100644 --- a/mhkit/loads/graphics.py +++ b/mhkit/loads/graphics.py @@ -113,6 +113,7 @@ def plot_statistics( # pylint: disable=R0913 +# pylint: disable=R0917 def plot_bin_statistics( bin_centers: np.ndarray, bin_mean: np.ndarray,