From c5fb34b934944fc53146eb508bc751120bac6810 Mon Sep 17 00:00:00 2001 From: zerafachris PERSONAL Date: Wed, 29 May 2024 21:47:31 +0200 Subject: [PATCH] precommit docstring changes --- scatcluster/processing/scattering.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scatcluster/processing/scattering.py b/scatcluster/processing/scattering.py index c939aa4..e82244b 100644 --- a/scatcluster/processing/scattering.py +++ b/scatcluster/processing/scattering.py @@ -630,9 +630,7 @@ def plot_scattering_coefficients_normalisation(self, **kwargs): Parameters: self (object): The instance of the class. - - Returns: - None + **kwargs (dict): Additional keyword arguments to pass to the `plt.subplots` function. """ kwargs['figsize'] = (10, 7) if kwargs.get('figsize') is None else kwargs.get('figsize') scat_vec = self.vectorize_scattering_coefficients_xarray(self.load_scattering_coefficients_xarray())