From dd770d1af3fee4e490c5525296de41a3842cfc55 Mon Sep 17 00:00:00 2001 From: JoseSantosAMD Date: Fri, 7 Jul 2023 17:16:48 -0500 Subject: [PATCH] Update sample counts --- source/python/gui/source/tests/test_graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/python/gui/source/tests/test_graphs.py b/source/python/gui/source/tests/test_graphs.py index 2cf3ca2c7..ee0884a8f 100644 --- a/source/python/gui/source/tests/test_graphs.py +++ b/source/python/gui/source/tests/test_graphs.py @@ -78,7 +78,7 @@ ] -samples_df_expected_counts = [152, 138, 304, 138, 152, 828, 138, 152, 152] +samples_df_expected_counts = [152, 138, 304, 138, 152, 828, 152, 138, 138] input_files = find_causal_files( [workload_dir], default_settings["verbose"], default_settings["recursive"]