Skip to content

Commit 21bec62

Browse files
committed
Update use of Matrix conversion for new DataFrames version
1 parent c35ff11 commit 21bec62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ for c in map(nameof, Mimi.compdefs(m)), v in Mimi.variable_names(m, c)
104104
validation_results = df[1,1]
105105

106106
else
107-
validation_results = convert(Matrix, df)
107+
validation_results = Matrix(df)
108108

109109
#remove NaNs and Missings
110110
results[ismissing.(results)] .= nullvalue

0 commit comments

Comments
 (0)