From 05315c5bb25f2e0a2034d700250fabe25045fd0e Mon Sep 17 00:00:00 2001 From: jamessiddeley-amd Date: Wed, 24 Sep 2025 09:50:58 -0400 Subject: [PATCH] fixed function argument dir in apply_filters (#1100) --- .../src/rocprof_compute_analyze/analysis_webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py index df84bdb6c1..679543e10b 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py @@ -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, )