Cliff Hansen
Cliff Hansen
scipy uses both styles (footnote and citation), e.g. [nonlin.py](https://github.com/scipy/scipy/blob/master/scipy/optimize/nonlin.py) it appears that the style is up to the implementer. scipy puts citations with each function, and repeats the docstring text...
@dfulu is this ready for the CI?
@dfulu the py39 failure is unrelated. The portions of code activated by USE_NUMBA are shown as untested. That looks like something that needs fixed on pvlib's side. I'm not the...
Are the Pascal files text or binary?
> They are binary Ugh. I'm guessing you would have to know the data structure and types in advance, to be able to read the file with python.
My concern is about maintaining it
@kurt-rhee do you have a sample binary file that will serve for testing?
My vote is include it. My primary concerns were 1) testing and 2) fixing it if it stops working. #1 is addressed, and for #2 we can add disclaimer in...
The zoomed out view of the issue suggests the errors occur during dayling savings time periods - looks like errors begin in the spring and go away in the fall....
> add an additional parameter ... to use either local time or utc time? I was also thinking about this option. The larger issue, is that pvlib uses functions from...