You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #221 the tests for ObjectContext do not cover the constructor ObjectContext(::ObjectRef). This is because the rest of the exceptions.jl code does not require a running Ray head node or a setup core worker. We may want to refactor the code to no longer require an ObjectRef or add a test for this constructor while a core worker has been instantiated.
The text was updated successfully, but these errors were encountered:
As of #221 the tests for
ObjectContext
do not cover the constructorObjectContext(::ObjectRef)
. This is because the rest of theexceptions.jl
code does not require a running Ray head node or a setup core worker. We may want to refactor the code to no longer require anObjectRef
or add a test for this constructor while a core worker has been instantiated.The text was updated successfully, but these errors were encountered: