Skip to content

Commit fcda9c9

Browse files
author
plu
committed
fix docstring typo
1 parent 4dcd978 commit fcda9c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ansys/speos/core/simulation.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __init__(
210210
stable_ctr: bool = False,
211211
) -> None:
212212
if not stable_ctr:
213-
msg = "_SourceSampling class instantiated outside of the class scope"
213+
msg = "SourceSampling class instantiated outside of the class scope"
214214
raise RuntimeError(msg)
215215

216216
self._mode = source_sampling
@@ -1779,7 +1779,7 @@ class RoughnessOnly(BaseSimulation.SourceSampling):
17791779
"""Roughness only mode of BSDF bench measurement.
17801780
17811781
By default,
1782-
2 degrees uniform type sampling is set
1782+
Uniform source theta sampling 18 is used.
17831783
17841784
Parameters
17851785
----------
@@ -1808,8 +1808,8 @@ class AllCharacteristics:
18081808
"""BSDF depends on all properties mode of BSDF bench measurement.
18091809
18101810
By default,
1811-
is_bsdf180 is true
1812-
reflection_and_transmission is true
1811+
is_bsdf180 is false
1812+
reflection_and_transmission is false
18131813
Color does not depend on viewing direction is set
18141814
Source sampling is set to be isotropic
18151815
@@ -1872,7 +1872,7 @@ class Isotropic(BaseSimulation.SourceSampling):
18721872
"""Uniform Isotropic source sampling.
18731873
18741874
By default,
1875-
2 degrees uniform type source sampling is set
1875+
Uniform source theta sampling value 18 is set
18761876
18771877
Parameters
18781878
----------

0 commit comments

Comments
 (0)