Skip to content

Conversation

findmyway
Copy link
Member

No description provided.

@testset "1D with 0d data" begin
b = CircularArrayBuffer{Int}(3)
push!(b, zeros(Int, ()))
append!(b, zeros(Int, ())) # !!! not push!
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In JuliaReinforcementLearning/ReinforcementLearning.jl#551 we should also use append! instead of push!

@findmyway findmyway merged commit 322e9fe into master Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant