Skip to content

Commit

Permalink
updated return type on stack outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Dymond committed Nov 18, 2024
1 parent e3b663b commit 7d3f2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def stack_translator_sentence_metrics(
return stacked

def stack_variational_outputs(
self, var_output: dict[str, list[Any]]
self, var_output: dict[str, list[dict]]
) -> dict[str, list]:
"""
Similar to above but this stacks variational output dictinaries into lists
Expand Down

0 comments on commit 7d3f2fb

Please sign in to comment.