We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pvlib/pvlib-python
pvlib/pvlib-python in dev set isn't working
python -m swebench.harness.run_evaluation \ --predictions_path gold \ --max_workers 1 \ --instance_ids pvlib__pvlib-python-1707 pvlib__pvlib-python-1072 pvlib__pvlib-python-1606 pvlib__pvlib-python-1854 pvlib__pvlib-python-1154 \ --run_id validate-gold \ --split dev
It should pass all
None of them pass.
All the logs ends up with this error:
+ git apply -v - Checking patch pvlib/tests/test_iam.py... Applied patch pvlib/tests/test_iam.py cleanly. + pytest -rA pvlib/tests/test_iam.py ImportError while loading conftest '/testbed/pvlib/tests/conftest.py'. pvlib/__init__.py:3: in <module> from pvlib import ( # noqa: F401 pvlib/ivtools/__init__.py:7: in <module> from pvlib.ivtools import sde, sdm, utils # noqa: F401 pvlib/ivtools/sdm.py:15: in <module> from pvlib.pvsystem import calcparams_pvsyst, singlediode, v_from_i pvlib/pvsystem.py:21: in <module> from pvlib import (atmosphere, iam, inverter, irradiance, pvlib/singlediode.py:59: in <module> NsVbi=np.Inf, breakdown_factor=0., breakdown_voltage=-5.5, /opt/miniconda3/envs/testbed/lib/python3.9/site-packages/numpy/__init__.py:397: in __getattr__ raise AttributeError( E AttributeError: `np.Inf` was removed in the NumPy 2.0 release. Use `np.inf` instead. + git checkout 40e9e978c170bdde4eeee1547729417665dbc34c pvlib/tests/test_iam.py Updated 1 path from e6a4d8e
> pip list | grep swebench swebench 2.1.7
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
No branches or pull requests
Describe the bug
pvlib/pvlib-python
in dev set isn't workingSteps/Code to Reproduce
Expected Results
It should pass all
Actual Results
None of them pass.
All the logs ends up with this error:
System Information
The text was updated successfully, but these errors were encountered: