Skip to content

Commit

Permalink
Merge pull request #15 from anthofflab/fix-deprecation-warning
Browse files Browse the repository at this point in the history
Fix a deprecation warning
  • Loading branch information
davidanthoff authored Mar 13, 2019
2 parents 9139af6 + 2b24a31 commit d313e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ for c in map(name, Mimi.compdefs(m)), v in Mimi.variable_names(m, c)
validation_results = df[1,1]

else
validation_results = convert(Array, df)
validation_results = convert(Matrix, df)

#remove NaNs
results[ismissing.(results)] .= nullvalue
Expand Down

0 comments on commit d313e21

Please # to comment.