Skip to content

Commit

Permalink
Added back accidentally deleted class docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Pollack authored and jeipollack committed Mar 5, 2024
1 parent fe44792 commit 59ff07b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/wf_psf/plotting/plots_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,23 @@ def plot(self):


class ShapeMetricsPlotHandler:
"""ShapeMetricsPlotHandler class.
A class to handle plot parameters shape
metrics results.
Parameters
----------
id: str
Class ID name
plotting_params: Recursive Namespace object
Recursive Namespace Object containing plotting parameters
metrics: list
Dictionary containing list of metrics
list_of_stars: list
List containing the number of stars used for each training data set
plots_dir: str
Output directory for metrics plots
"""

id = "shape_metrics"

def __init__(self, plotting_params, metrics, list_of_stars, plots_dir):
Expand Down

0 comments on commit 59ff07b

Please sign in to comment.