From e31eec63b4f88c2ec1af758f1ba6b816d1994de9 Mon Sep 17 00:00:00 2001 From: sven1977 Date: Wed, 25 Sep 2024 11:43:53 +0200 Subject: [PATCH] fix Signed-off-by: sven1977 --- rllib/BUILD | 2 +- ...t_callbacks_old_stack.py => test_callbacks_old_api_stack.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rllib/algorithms/tests/{test_callbacks_old_stack.py => test_callbacks_old_api_stack.py} (100%) diff --git a/rllib/BUILD b/rllib/BUILD index e82d2946befc9..b0796c4811d1d 100644 --- a/rllib/BUILD +++ b/rllib/BUILD @@ -934,7 +934,7 @@ py_test( name = "test_callbacks_old_api_stack", tags = ["team:rllib", "algorithms_dir", "algorithms_dir_generic"], size = "medium", - srcs = ["algorithms/tests/test_callbacks_old_stack.py"] + srcs = ["algorithms/tests/test_callbacks_old_api_stack.py"] ) py_test( diff --git a/rllib/algorithms/tests/test_callbacks_old_stack.py b/rllib/algorithms/tests/test_callbacks_old_api_stack.py similarity index 100% rename from rllib/algorithms/tests/test_callbacks_old_stack.py rename to rllib/algorithms/tests/test_callbacks_old_api_stack.py