Skip to content

Commit acbef0f

Browse files
committed
docs: fix example with base operations
1 parent caca487 commit acbef0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_base_2.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
1010
First, let's create a node to reference `feature=1` of our dataset:
1111
=#
12-
using DynamicExpressions, Random
12+
using DynamicExpressions, Random, Test
1313

1414
x = Node{Float64}(; feature=1)
15-
@test x isa Node{Float64}
15+
@test x isa Node{Float64,2}
1616

1717
# We can also create values, using `val`:
1818
const_1 = Node{Float64}(; val=1.0)

0 commit comments

Comments
 (0)