From 497c5d00fb99286871e3c3092b3e8856d30fcfdb Mon Sep 17 00:00:00 2001 From: Artur Niederfahrenhorst Date: Tue, 3 Jan 2023 19:46:23 +0100 Subject: [PATCH] remove ..concat_samples from a comment Signed-off-by: Artur Niederfahrenhorst --- rllib/policy/tests/test_sample_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rllib/policy/tests/test_sample_batch.py b/rllib/policy/tests/test_sample_batch.py index bb90a55b7bfc3..e82ebb48f46b3 100644 --- a/rllib/policy/tests/test_sample_batch.py +++ b/rllib/policy/tests/test_sample_batch.py @@ -88,7 +88,7 @@ def test_right_zero_padding(self): ) def test_concat(self): - """Tests, SampleBatches.concat() and ...concat_samples().""" + """Tests, SampleBatches.concat() and concat_samples().""" s1 = SampleBatch( { "a": np.array([1, 2, 3]),