From 72b033b19ea9dba16a2bfd3b98f2cfcd0b231c0d Mon Sep 17 00:00:00 2001 From: Adam Wilson <42450907+lightbroker@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:21:04 -0600 Subject: [PATCH] Rename test_run_metrics2.py to process_result_metrics2.py --- tests/logs/{test_run_metrics2.py => process_result_metrics2.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/logs/{test_run_metrics2.py => process_result_metrics2.py} (99%) diff --git a/tests/logs/test_run_metrics2.py b/tests/logs/process_result_metrics2.py similarity index 99% rename from tests/logs/test_run_metrics2.py rename to tests/logs/process_result_metrics2.py index d82f94b80..dda5ec3a3 100755 --- a/tests/logs/test_run_metrics2.py +++ b/tests/logs/process_result_metrics2.py @@ -589,4 +589,4 @@ def main(): return loaded_data if __name__ == "__main__": - main() \ No newline at end of file + main()