Epic L of cellpy 2.2 (Stage 5). Design: live-incremental §5. Depends on L3 (#164).
utils/live.py: replace the stub with poll(cell_or_path, interval, on_update=, stop_when_complete=True) calling c.update().
- Delete
utils/processor.py — fold its one real idea (thread-pool cellpy.get fan-out) into batch.runner's existing executor path.
- Fix the
batch_core.py:180 accessor_label.lstrip(self.accessor_pre) → removeprefix(...) bug if it still exists post-batch-v3.
Epic L of cellpy 2.2 (Stage 5). Design: live-incremental §5. Depends on L3 (#164).
utils/live.py: replace the stub withpoll(cell_or_path, interval, on_update=, stop_when_complete=True)callingc.update().utils/processor.py— fold its one real idea (thread-poolcellpy.getfan-out) intobatch.runner's existing executor path.batch_core.py:180accessor_label.lstrip(self.accessor_pre)→removeprefix(...)bug if it still exists post-batch-v3.