Miguel Sánchez de León Peque

Results 110 issues of Miguel Sánchez de León Peque

I am integrating lil-gui inside a Vuetify application. Without altering the CSS in my application, this is the result: ![Screenshot from 2021-12-07 02-16-44](https://user-images.githubusercontent.com/526577/144948199-1b13c428-6e93-4250-9726-6d0ed0893cd2.png) It seems Vuetify is overriding the `.title`...

Initial setup ------------- I have a `.coveragerc` file like: ``` [report] exclude_lines = def __repr__ ``` I run my tests with `tox` which in turn runs `pytest` with `pytest-cov`, which...

dependencies
Language/Library Upgrades

- [x] Closes #1333 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [x] Tests added - [ ] Updates entries to [`docs/sphinx/source/api.rst`](https://github.com/pvlib/pvlib-python/blob/master/docs/sphinx/source/api.rst) for API changes. - [ ]...

Abstract --- The [storage support proposal for NumFOCUS Small Development Grants was recently accepted](https://groups.google.com/g/pvlib-python/c/ZuCHKhDwyso). This issue aims to track progress of the development and discussions related to [the proposal](https://08916725177196330806.googlegroups.com/attach/558aad2b63ae0/pvlib%20-%20NumFOCUS%203rd%20round%20of%20Small%20Development%20Grants%20for%202021.pdf?part=0.1&view=1&vt=ANaJVrGQ_jQRA_73S2Tpc-QtowJ_LNuHdznLLKc6exF-tWz8jlmUZ3TYbPrE0lrzo73LnUkHfkAWCpUQyWYsYWFihUkJS-zhEQMJ21fZFyp3Q6g8aa0YDtk). Goal...

While writing documentation, I noticed the extended use of the IPython Sphinx Directive. I bet most pvlib users like to play with pvlib in interactive environments. However, I think Jupyter...

pvlib includes de `inverter.adr()` model, but it still does not provide a way to infer the required parameter for the model given, for example, some known datasheet parameters. The fitting...

The parameter `beta_voc` is named after `v_oc`. The parameter `alpha_sc` is a bit inconsistent with this, since it should be `alpha_isc` (after `i_sc`). In fact, the underlying SAM function also...

api

Using `flake8` for example. It seems Stickler CI only checks new changes but does not check old code, so there are pieces that could be cleaned (i.e.: unused parameters/imports/variables). Also,...

testing
help wanted

I know it has been mentioned in other issues, but maybe it is good to have a specific issue to discuss everything related to this topic. Related: https://github.com/c42f/displaz/issues/189, https://github.com/FugroRoames/displaz/pull/9, https://github.com/flathub/flathub/pull/795,...

feature