Skip to content

Commit 685c7bd

Browse files
authored
Merge pull request #37 from anthofflab/df-compat
Update use of Matrix conversion for new DataFrames version
2 parents c35ff11 + 21bec62 commit 685c7bd

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)