Skip to content

Commit

Permalink
fix(workflows): add CombinedMetricsOutputs dataclass
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 15, 2024
1 parent 4bf19e7 commit c6f3e3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pyrovelocity/workflows/main_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ class SummarizeOutputs(DataClassJSONMixin):
combined_metrics_path: FlyteFile


@dataclass
class CombinedMetricsOutputs(DataClassJSONMixin):
json_metrics: FlyteFile
latex_metrics: FlyteFile
html_metrics: FlyteFile
md_metrics: FlyteFile


simulated_dataset_args = DownloadDatasetInterface(
data_set_name="simulated",
source="simulate",
Expand Down

0 comments on commit c6f3e3c

Please sign in to comment.