Fix black erros
This commit is contained in:
@@ -102,8 +102,6 @@ class TestAbstractSpace(unittest.TestCase):
|
|||||||
"""Test the abstract search spaces."""
|
"""Test the abstract search spaces."""
|
||||||
|
|
||||||
def test_continous(self):
|
def test_continous(self):
|
||||||
space = Continuous(0, 1)
|
space = Continuous(0, 1)
|
||||||
self.assertEqual(space, space.abstract())
|
self.assertEqual(space, space.abstract())
|
||||||
print(space.abstract())
|
print(space.abstract())
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user