From 522936e31f4f5293924c24cfc2d8d36f157a982e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 16 Sep 2026 15:03:45 +0200 Subject: [PATCH] chore(basedpyright): drop resolved reward_space_analysis ExtensionArray.size diagnostic pandas-stubs 3.0.5.260914 resolves the previously-recorded reportAttributeAccessIssue on ExtensionArray.size at reward_space_analysis.py:2720, so the accepted ReforceXY snapshot no longer matches current diagnostics. Remove the stale entry to unblock the BasedPyright (ReforceXY) required check. --- ReforceXY/.basedpyright/diagnostics.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ReforceXY/.basedpyright/diagnostics.json b/ReforceXY/.basedpyright/diagnostics.json index 7667585..cd4f3ff 100644 --- a/ReforceXY/.basedpyright/diagnostics.json +++ b/ReforceXY/.basedpyright/diagnostics.json @@ -301,16 +301,6 @@ "startCharacter": 56, "startLine": 2450 }, - { - "endCharacter": 26, - "endLine": 2720, - "file": "ReforceXY/reward_space_analysis/reward_space_analysis.py", - "message": "Cannot access attribute \"size\" for class \"ExtensionArray\"\n  Attribute \"size\" is unknown", - "rule": "reportAttributeAccessIssue", - "severity": "error", - "startCharacter": 22, - "startLine": 2720 - }, { "endCharacter": 29, "endLine": 2722, -- 2.53.0