Skip to content

Commit 17e0083

Browse files
committed
Removed outdated documentation
1 parent 5649fba commit 17e0083

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vcap_utils/vcap_utils/backends/backend_rpc_process.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ class BackendRpcProcess(BaseBackend):
111111
"""Runs a backend inside of another process.
112112
This functionality is very experimental! It may not work for all cases
113113
or frameworks.
114-
115-
NOTE! This backend wrapper currently can only be used on capsules
116-
that do not modify detection nodes in-place. Most if not all detectors
117-
should work fine.
118-
This can potentially be fixed in the future by diffing the
119-
node.__dict__ of the incoming vs outgoing node and making the appropriate
120-
additions.
121114
"""
122115

123116
def __init__(self, backend_class: Type[BaseBackend], *args, **kwargs):

0 commit comments

Comments
 (0)