Vincent Filter

Results 3 issues of Vincent Filter

**Describe the bug** Recently added mdx files to an existing project, so to style them, I added a styles object to my theme. Only defined h1, h2 and p properties....

bug

**Describe the bug** https://github.com/pvlib/pvlib-python/blob/cc75255d7df6ce939db7ee6ebaf81e79741c2e88/pvlib/scaling.py#L199 has a bug where longitude gets passed as a second arg to `np.array`. The second arg for `np.array` is the dtype however. ```python pos = coordinates...

bug

**Describe the bug** In the temperature.py module [here](https://github.com/pvlib/pvlib-python/blob/6c93b716c5762c2e2c2334926e3e3b832b324350/pvlib/temperature.py#L886), pvlib is using `np.zeros_like` which crucially returns the same type than the input. In the unit tests, pvlib uses int instead of...

bug