Skip to content

Commit f87bcb0

Browse files
use a fill-value different from data values
1 parent ee6918c commit f87bcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_scaling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ for Tbase in (UInt8, Int8, Float32, Float64, Int64, Char, String)
227227

228228
if Tbase == String
229229
data[:,:] = rand(string.('a':'z'),size(data))
230-
fv = "z"
230+
fv = "X"
231231
else
232232
data[:,:] = rand(Tbase(0):Tbase(10),size(data))
233233
fv = Tbase(99)

0 commit comments

Comments
 (0)