Skip to content

Commit 9e26766

Browse files
committed
fix test typo
1 parent 561a5f0 commit 9e26766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/normalization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using ReinforcementLearningTrajectories
33
import ReinforcementLearningTrajectories: sample
44
import OnlineStats: mean, std
55

6-
#@testset "normalization.jl" begin
6+
@testset "normalization.jl" begin
77
t = CircularArraySARTTraces(capacity = 10, state = Float64 => (5,))
88
nt = NormalizedTraces(t, reward = scalar_normalizer(), state = array_normalizer((5,)))
99
m = mean(0:4)

0 commit comments

Comments
 (0)