Skip to content

Commit 93cc73c

Browse files
drop paren
1 parent 41a0c39 commit 93cc73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/samplers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function StatsBase.sample(s::NStepBatchSampler{names}, e::EpisodesBuffer{<:Any,
230230
)
231231
end
232232

233-
function StatsBase.sample(s::NStepBatchSampler{names}, t::CircularPrioritizedTraces}) where {names}
233+
function StatsBase.sample(s::NStepBatchSampler{names}, t::CircularPrioritizedTraces) where {names}
234234
inds, priorities = rand(s.rng, t.priorities, s.batch_size)
235235

236236
merge(

0 commit comments

Comments
 (0)