Joyesh Mishra
Joyesh Mishra
Working on a fix. Will post shortly.
In builder.py::PyProcessBuilder ``` if issubclass(port_cls, PyInPort): transformer = VirtualPortTransformer( self._csp_port_map[name], p.transform_funcs ) if p.transform_funcs else IdentityTransformer() port_cls = ty.cast(ty.Type[PyInPort], lt.cls) port = port_cls(csp_ports, pm, p.shape, lt.d_type, transformer) ``` Here, if...
Verified Tutorial 06 Works. Closing.
The issue might be happening as we spin up more resources on the OS. Could you increase the ulimit values to even higher values (like 2^16 or 2^20)? You could...
This is a known issue with Python's shared memory implementation leaking file descriptors and eventually OS throwing this error. We are working on a C++ based Shared Memory implementation and...
Based on discussion yesterday, it sounds like 3 weeks the merge will be done and we hope to make it part of the next release.
@GaboFGuerra Assigning this to you. Please request a MacOS. Perhaps consult with @awintel and @mgkwill to figure out what is the best way to verify this bug or just close...
@GaboFGuerra Please check with Marcus and re-enable this test. The logs are gone from CI and please check the CI run. You can also check locally on windows.
- [ ] Meet with DR for issue walk through, test cases, setup replication - [ ] Identify the issue - [ ] Multi DA - [ ] Get() not...
Verify with YoloKP