Fixed local test eval#1376
Conversation
|
@copilot The fix is to update and commit the generated documentation outputs for this PR. Why it failed:
Relevant source:
Solution: python scripts/generate_docs_outputs.py
git add examples/docs_outputs/
git commit -m "Update generated documentation outputs"If you want to reproduce CI more closely, use the workflow’s environment: python -m venv .venv
source .venv/bin/activate
pip install numpy scipy
pip install -e .
MPLBACKEND=Agg python scripts/generate_docs_outputs.pyWhat likely changed:
Code suggestion if this PR intentionally changed example behavior:
Code suggestion if this PR did not intend to change docs/example outputs:
Most focused fix:
|
Regenerated |
No description provided.