Skip to content
New issue

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

[Bug?] pvlibDeprecationWarning and RuntimeWarnings invalid values #223

Open
SabineHaas opened this issue Feb 5, 2021 · 0 comments
Open
Assignees

Comments

@SabineHaas
Copy link
Collaborator

When running the electricity sector example I get the following warnings. Just to be sure that you are aware of that @Piranias.

/home/sabine/virtualenvs/pvcompare/lib/python3.7/site-packages/pvlib/pvsystem.py:485: pvlibDeprecationWarning: temperature_model_parameters, racking_model, and module_type are not specified. Reverting to deprecated default: SAPM cell temperature model parameters for a glass/glass module in open racking. In v0.9, temperature_model_parameters or a valid combination of racking_model and module_type will be required.
  pvlibDeprecationWarning)
/home/sabine/virtualenvs/pvcompare/lib/python3.7/site-packages/pvlib/singlediode.py:520: RuntimeWarning: invalid value encountered in greater
  idx_p = 0. < Gsh
/home/sabine/virtualenvs/pvcompare/lib/python3.7/site-packages/pvlib/tools.py:304: RuntimeWarning: invalid value encountered in greater
  df['SW_Flag'] = df['f1'] > df['f2']
/home/sabine/virtualenvs/pvcompare/lib/python3.7/site-packages/pvlib/tools.py:311: RuntimeWarning: invalid value encountered in greater
  errflag = (abs(err) > .01).any()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants