Skip to content

Commit

Permalink
Update attributes_plot ResultsProcessor to renamed backend functi…
Browse files Browse the repository at this point in the history
…on args
  • Loading branch information
nathanpainchaud committed Nov 14, 2023
1 parent f28c7c0 commit ea15a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions didactic/results/cardinal/utils/attributes_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def _extract_attributes_data(self, result: View) -> pd.DataFrame:
}
return build_attributes_dataframe(
attrs_data,
data_name=self.data_name,
attr_name=self.attr_name,
outer_name=self.data_name,
inner_name=self.attr_name,
time_name=self.time_name,
normalize_time=self.normalize_time,
)
Expand Down

0 comments on commit ea15a6f

Please sign in to comment.