Skip to content

Commit a080cf9

Browse files
committed
fix documentation pipeline
1 parent 36ac259 commit a080cf9

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

PyMieSim/single/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# from . import detector # noqa: F401, W292
22
# from . import source # noqa: F401, W292
33
# from . import scatterer # noqa: F401, W292
4-
from .setup import Setup # noqa: F401, W292
4+
# from .setup import Setup # noqa: F401, W292

PyMieSim/single/representations/s1s2.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ def plot(self, axes) -> None:
6969
7070
The method generates two polar plots: one for the absolute values of the S1 parameter and another
7171
for the S2 parameter, filling the area between the radial axis and the parameter values.
72-
73-
Returns
74-
-------
75-
None
76-
This method does not return a value. It displays the polar plots.
7772
"""
78-
# Plot for S1 parameter
7973
axes[0].set(title=r"S$_1$ parameter")
8074
axes[0].fill_between(
8175
self.phi,

0 commit comments

Comments
 (0)