Skip to content

Commit 01f57a6

Browse files
committed
still need to import this error for the tests
1 parent 49f4ce3 commit 01f57a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

libensemble/tools/alloc_support.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
from libensemble.message_numbers import EVAL_GEN_TAG, EVAL_SIM_TAG
66
from libensemble.resources.resources import Resources
7-
from libensemble.resources.scheduler import InsufficientResourcesError, ResourceScheduler
7+
from libensemble.resources.scheduler import ( # noqa
8+
InsufficientFreeResources,
9+
InsufficientResourcesError,
10+
ResourceScheduler,
11+
)
812
from libensemble.utils.misc import extract_H_ranges
913

1014
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)