Skip to content
Snippets Groups Projects
Commit 4e31948c authored by Marco Matthies's avatar Marco Matthies
Browse files

Fix unit tests for number of dataoutputs

parent b952cd38
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
@test typeof(model.landscape) == Matrix{Pixel}
@test typeof(model.dataoutputs) == Dict{String,DataOutput}
@test typeof(model.logger) == TeeLogger{Tuple{ConsoleLogger, ConsoleLogger}}
@test length(model.dataoutputs) == 5
@test length(model.dataoutputs) == 6
@test model.events == Vector{FarmEvent}()
@test Ps.nagents(model) == 2092+0+321 # farmplots+farmers+animals
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment