Observed in GitHub Actions:
The issue is visible in the runs of CI pipeline. Specifically, in the relying workflow:
Job: relying
Step: Test simbench
Error: AttributeError: module 'pandapower' has no attribute 'deviation_from_std_type'
This confirms that the pandapower@develop branch is currently incompatible with the simbench test suite. The relying job, which is designed to ensure stability across the ecosystem, is effectively broken.
Suggestions:
- Remove simbench from relying action
- Fix Simbench
I'd like to fix this in some way but I need a proper guideline. Please confirm one of the two suggestions or propose an alternative.
=========================== short test summary info ============================
FAILED .venv/lib/python3.13/site-packages/simbench/test/converter/test_csv_pp_converter.py::test_test_network - AttributeError: module 'pandapower' has no attribute 'deviation_from_std_type'
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
=================== 1 failed, 11 passed, 9 warnings in 1.41s ===================
Observed in GitHub Actions:
The issue is visible in the runs of CI pipeline. Specifically, in the relying workflow:
Job: relying
Step: Test simbench
Error: AttributeError: module 'pandapower' has no attribute 'deviation_from_std_type'
This confirms that the pandapower@develop branch is currently incompatible with the simbench test suite. The relying job, which is designed to ensure stability across the ecosystem, is effectively broken.
Suggestions:
I'd like to fix this in some way but I need a proper guideline. Please confirm one of the two suggestions or propose an alternative.