Skip to content

Commit

Permalink
Pep8.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Aug 9, 2017
1 parent b045188 commit abbfaba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/heuristics/test_simulated_annealing.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,11 @@ def objective_function(array):

assert objective_function(X) == -440


def test_simulated_annealing_for_obj_function_with_criteria(slots, events):


def objective_function(array):
return of.capacity_demand_difference(slots, events, array)


def acceptance_criteria(array):
return sum(array[:, 3])

Expand Down

0 comments on commit abbfaba

Please sign in to comment.