optimization states for AC, DC and IDLE now similar probab. Also AC states taken from config. Maybe a single config option for AC and E-Auto States is sensefull. (#242)

* optimization states for AC, DC and IDLE now similar probab. Also AC states taken from config. Maybe a single config option for AC and E-Auto States is sensefull.
 * test_class_optimize: Update testdata
 * Write pdf and json to test/testdata/new.... so it can be analyzed
   manually or just copied as new expected result.
 * workflow: Upload pytest optimization result artifacts (pdf, json)
This commit is contained in:
Andreas
2024-12-15 15:32:58 +01:00
committed by GitHub
parent aa334d0b61
commit 763926d8e8
8 changed files with 813 additions and 865 deletions

View File

@@ -27,3 +27,9 @@ jobs:
run: |
pip install -e .
python -m pytest --full-run -vs --cov src --cov-report term-missing
- name: Upload test artifacts
uses: actions/upload-artifact@v4
with:
name: optimize-results
path: tests/testdata/new_optimize_result*