Setepenre
Setepenre
People should not use old, unmaintained plugins that got merged inside orions
* Create a new CI section with (matrix: python x algo) * Create a new tox section that runs the given algo tests * Ignore long algo tests during regular...
**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Steps to reproduce** Describe...
After deprecating py 3.6 (#846), remove code linked to 3.6 support.
Goal: - Reduce algo lock between workers / Batch algo observe for efficiency (less lock contention) - Make worker save results without locking the algo (less IO) Description: - Runner...