From 637b746d1d4ff346228370683ba8b2336991e7d3 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Wed, 17 Jun 2026 23:48:29 +0200 Subject: [PATCH] todo(11): in-progress operate_rate in eval.py and resident.py wraps the steps>0 and meta.get('clean') predicate in bool() so the sum counts cleanly-operated trajectories without summing None; mypy strict clean across the whole package (5 files); tests pass. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index ecdb34d..911e3b1 100644 --- a/TODO +++ b/TODO @@ -178,7 +178,7 @@ Content-Type: application/issue ID: 11 Type: bugfix Title: operate_rate can sum a None (eval + resident) -Status: open +Status: in-progress Priority: medium Created: 2026-06-17 Module: sekft