Closed
Description
Describe the bug
SingleAxisTracker
is deprecated, but the tracking.py
benchmark still uses it:
To Reproduce
run asv tests. or look at the asv quick CI output
Expected behavior
no deprecation warnings in the benchmark test suite
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
pvlib.__version__
: 0.9. Drop py3.6, add 3.10; switch CI from macos-10.15 to macos-latest #1507