fixed function argument dir in apply_filters (#1100)

This commit is contained in:
jamessiddeley-amd
2025-09-24 09:50:58 -04:00
committed by GitHub
parent 778f2f05bf
commit 05315c5bb2
@@ -231,7 +231,7 @@ class webui_analysis(OmniAnalyze_Base):
roof_obj.empirical_roofline(
ret_df=parser.apply_filters(
workload=base_data[base_run],
dir=self.dest_dir,
dir_path=self.dest_dir,
is_gui=True,
debug=args.debug,
)