PredictiveEcology/SpaDES

error in simList comparisons

achubaty opened this issue · 1 comments

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.