From 087aff3b309ebf887875d1f96dc09cf1fba329da Mon Sep 17 00:00:00 2001 From: ssolson Date: Mon, 14 Oct 2024 08:55:27 -0400 Subject: [PATCH] Disable Too many positional arguments --- 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,