Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Dec 11, 2023
1 parent fb22b25 commit 0b43304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/test_context_bounds.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import unittest

from carl.context.utils import get_context_bounds
import numpy as np

from carl.context.utils import get_context_bounds


class TestContextBounds(unittest.TestCase):
def test_context_bounds(self):
Expand Down
3 changes: 2 additions & 1 deletion test/test_search_space_encoding.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import unittest

from carl.context.search_space_encoding import search_space_to_config_space
from ConfigSpace import ConfigurationSpace
from omegaconf import DictConfig

from carl.context.search_space_encoding import search_space_to_config_space


class TestSearchSpacEncoding(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 0b43304

Please sign in to comment.