We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caca487 commit acbef0fCopy full SHA for acbef0f
test/test_base_2.jl
@@ -9,10 +9,10 @@
9
10
First, let's create a node to reference `feature=1` of our dataset:
11
=#
12
- using DynamicExpressions, Random
+ using DynamicExpressions, Random, Test
13
14
x = Node{Float64}(; feature=1)
15
- @test x isa Node{Float64}
+ @test x isa Node{Float64,2}
16
17
# We can also create values, using `val`:
18
const_1 = Node{Float64}(; val=1.0)
0 commit comments