-
-
Notifications
You must be signed in to change notification settings - Fork 815
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I ran into an AssertionError using Hydra with python's threading library.
In theory, Hydra is not thread safe. However, we should be able to support using Hydra in a multithread application if Hydra is only used from one thread.
Here is the relevant part of the traceback:
An error occurred during Hydra's exception formatting:
AssertionError()
Traceback (most recent call last):
File "/home/jasha10/miniconda3/envs/pysc/lib/python3.9/site-packages/hydra/_internal/utils.py", line 252, in run_and_report
assert mdl is not None
AssertionError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working