Skip to content

Commit

Permalink
Update test/python/algorithms/optimizers/test_umda.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Lishman <[email protected]>
  • Loading branch information
Cryoris and jakelishman authored May 22, 2023
1 parent f535a7e commit 267a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/algorithms/optimizers/test_umda.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_get_set(self):

self.assertTrue(umda.disp)
self.assertEqual(umda.size_gen, 30)
self.assertAlmostEqual(umda.alpha, 0.6)
self.assertEqual(umda.alpha, 0.6)
self.assertEqual(umda.maxiter, 100)

def test_settings(self):
Expand Down

0 comments on commit 267a682

Please sign in to comment.