Skip to content

Commit

Permalink
precommit docstring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zerafachris committed May 29, 2024
1 parent 904669f commit c5fb34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scatcluster/processing/scattering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c5fb34b

Please sign in to comment.