Skip to content

Commit

Permalink
Minor changes to test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Sep 4, 2018
1 parent 93afc14 commit 48890cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Expand Up @@ -57,8 +57,8 @@ if sizeof(Pkg.installed("MATLAB")) > 0
# load sharing with exceeding number of workers (Note: dry-run load sharing)
nWorkers, quotientModels, remainderModels = COBRA.shareLoad(4, 8, 0, true)

@test nWorkers === 2
@test quotientModels == 2
@test nWorkers === 4 # original number of workers
@test quotientModels == 1
@test remainderModels == 0

# load sharing that is almost ideal (Note: dry-run load sharing)
Expand Down

0 comments on commit 48890cf

Please sign in to comment.