Skip to content

Commit

Permalink
remove ..concat_samples from a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Niederfahrenhorst <[email protected]>
  • Loading branch information
ArturNiederfahrenhorst committed Jan 4, 2023
1 parent 68aa1f1 commit 497c5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllib/policy/tests/test_sample_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 497c5d0

Please sign in to comment.