From: Jérôme Benoit Date: Wed, 16 Sep 2026 13:03:45 +0000 (+0200) Subject: chore(basedpyright): drop resolved reward_space_analysis ExtensionArray.size diagnostic X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=522936e31f4f5293924c24cfc2d8d36f157a982e;p=freqai-strategies.git 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. --- 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,