Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

By the way, it seems `??` is only used in `user_guide/modelchain.rst`. It looks like it is used to illustrate how the functions/methods are implemented (i.e.: to show the source code...

@wholmgren What do you mean by that? Maybe we can ask them. :blush:

@wholmgren It's true that the directive had [3 commits in the last 2 years](https://github.com/ipython/ipython/commits/master/IPython/sphinxext/ipython_directive.py), and [the documentation](https://ipython.readthedocs.io/en/stable/sphinxext.html) still states: > The IPython Sphinx Directive is in ‘beta’ and currently under...

Would it be interesting to support reading `.ond` files directly from pvlib? For what I know, it is a non-standard and not documented format used by PVSyst to import/export module...

Tox could be used as well to ease local vs. CI reproducibility.

I think this issue could have been prevented with lint checks (unused parameters): https://github.com/pvlib/pvlib-python/issues/1215

I can push a MR if you want. Feel free to close this as well. I understand it is not too bad as-is and it breaks backwards compatibility. :blush:

Just a note: having alpha in A/ºC and beta in V/ºC but gamma in %/ºC [can cause trouble/confusion](https://groups.google.com/g/pvlib-python/c/c7RN4cSnmxw/m/w6jaZl42AgAJ). Also, in my probably biased and reduced experience, datasheets usually have these...

@williamhobbs Thanks for the comment! I will make sure it is more clearly explained. :blush: @mikofski Do you know if traveling is required for that conference?

@cwhanse @wholmgren If you could have a quick look at this initial proposal, I would love to know about your opinion! :blush: The idea is to implement other models/dispatching algorithms...