Kevin Anderson
Kevin Anderson
Hi @elfring, I think we're generally open to improving our codebase, but I'm not sure perl regexes would be the tool of choice to do it. Seems like a proper...
Another possible source of QE curves is to ask Geoffrey Kinsey for the curves he's been using for spectral mismatch evaluation (most recently [here](https://doi.org/10.1016/j.renene.2022.07.011)). I looked at the mPERT curves...
> Incidentally, the platform used by DuraMAT has the capability to provide programmatic access to metadata and data via an API, but I don't know whether that feature is enabled....
Can you provide a full example code to reproduce fixed-tilt outputs coming from tracker inputs? This short example using `SingleAxisTrackerMount` with `ModelChain` seems to produce a tracker profile as expected:...
> Not sure whether I cause all the automated test failure--I hope not. At least some of the failures are because `xlrd` is needed to parse the excel file but...
Certainly not opposed to housing mismatch functions in `pvlib.spectrum.mismatch`, but should an alias be set up in `pvlib/spectrum/__init__.py` so that the functions are also accessible as e.g. `pvlib.spectrum.calc_spectral_mismatch` (in addition...
I think (hope?) the 0.9.2 whatsnew changes will go away by resolving the merge conflict (`Resolve conflicts` button here on GH, or can be done locally). When resolving the conflict...
Oh! This guide might be useful: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github tl;dr: resolving the conflicts is done mostly via keyboard rather than mouse. In an editable text box, it presents you with the two...
Well this PR does have three approving reviews, which is more than most pvlib PRs :) I haven't been following the discussion with @markcampanelli closely, but I have the sense...
Thanks for the thorough summary @Peque! Just to have something to look at, here's the result of naively replacing ipython w/ jupyter-execute: - jupyter-execute: https://pvlib-python--1380.org.readthedocs.build/en/1380/user_guide/modelchain.html - ipython: https://pvlib-python.readthedocs.io/en/latest/user_guide/modelchain.html Of course...