Add tests for classifications

This commit is contained in:
Dimitri Lozeve 2020-02-22 17:28:47 +01:00
parent 6d30b54570
commit fa6c02dc6c
2 changed files with 40 additions and 0 deletions

View file

@ -33,4 +33,5 @@ using Test
grid[9] = 3
@test GardenOptim.deltacost(grid, costs, 3, 8) != 0
end
include("classification.jl")
end