Trying to run evals
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3588642. --> Reported by: [unqunq](https://www.drupal.org/user/933228) Related to !26 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I just installed the project and I am looking around. I tried the first command listed in the run-evals.py file without success.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>The installation was done according to the readme file.</p> <pre>cd web/vendor/drupal/ai_best_practices/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>python3 evals/run-evals.py --static&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Traceback (most recent call last):<br>&nbsp; File "[truncated path]/my-drupalcms-site/web/vendor/drupal/ai_best_practices/evals/run-evals.py", line 45, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; def load_static_checks(skill_name: str) -&gt; dict | None:<br>TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Maybe better documentation?</p>
issue