Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyp committed Sep 21, 2020
2 parents bc98e6f + 3bf2e6e commit 917f42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moead_framework/test/problem/test_ubqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def test_evaluation(self):

solution = self.problem.generate_solution(array)

self.assertEqual(solution.F[0], 290.0)
self.assertEqual(solution.F[1], 856.0)
self.assertEqual(solution.F[0], -290.0)
self.assertEqual(solution.F[1], -856.0)



Expand Down

0 comments on commit 917f42f

Please sign in to comment.