Skip to content

Commit 09341d6

Browse files
committed
FIX: got rid of docstrings runscript
1 parent 0f2425a commit 09341d6

File tree

1 file changed

+0
-15
lines changed
  • src/gh/components/DF_visualization_settings

1 file changed

+0
-15
lines changed

src/gh/components/DF_visualization_settings/code.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,6 @@ def RunScript(self,
183183
i_legend_width: float,
184184
i_legend_plane: rg.Plane,
185185
i_histogram_scale_factor: float):
186-
187-
"""
188-
Compiles all the visualization settings to feed to the visualization component
189-
190-
:param i_value_type: selected type indicates Which values to display. Possible values: "dist", "RMSE", "MAX", "MIN", "STD"
191-
:param i_palette: Select a color palette to map the values to. Possible values: "Jet", "Rainbow", "RdPu", "Viridis"
192-
:param i_upper_threshold: Thresholds the values with a maximum value
193-
:param i_lower_threshold: Thresholds the values with a minimum value
194-
:param i_legend_height: the total height of the legend
195-
:param i_legend_width: the total width of the legend
196-
:param i_legend_plane: the construction plane of the legend
197-
:param i_histogram_scale_factor: Scales the height of the histogram with a factor
198-
199-
:returns o_viz_settings: the results of the comparison all in one object
200-
"""
201186
# set default values
202187
if i_value_type is not None:
203188
if i_value_type not in self.poss_value_types:

0 commit comments

Comments
 (0)