Skip to content

Commit dfe53f3

Browse files
author
Maximilian Reißmann
committed
add test
1 parent 8eb107f commit dfe53f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spb_core_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ end
225225
# Test 5: Tree with operation resulting in empty dimension (should choose random point operation)
226226
tree5 = TempComputeTree(Int8(6), Int8[7], Float16[], token_dto) # sin(x1) should result in [] dimension
227227
dim5 = calculate_vector_dimension!(tree5)
228-
@test dim5 == []
228+
@test dim5 == Float16[Inf, Inf, Inf, Inf, Inf, Inf, Inf]
229229

230230

231231
# Test 6: Recalculation of existing dimension

0 commit comments

Comments
 (0)