]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(basedpyright): drop resolved reward_space_analysis ExtensionArray.size diagnostic
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Sep 2026 13:03:45 +0000 (15:03 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Sep 2026 13:03:45 +0000 (15:03 +0200)
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

index 7667585a612b33b45fd72015533effefca421332..cd4f3ff97d0ab3351794711c95992c45c56bb879 100644 (file)
       "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,