error in simList comparisons
achubaty opened this issue · 1 comments
achubaty commented
comparing two simLists via all.equal
produces an error:
> all.equal.list(outSim, outSimCached)
Error in all.equal.data.table(target[[i]], current[[i]], check.attributes = check.attributes, :
'target' and 'current' must be both data.tables
it seems like all.equal
is incorrectly dispatching to all.equal.data.table
.
achubaty commented
fixed in PredictiveEcology/SpaDES.core@24a9a38 and test added in PredictiveEcology/SpaDES.core@463be5c