Daniel Müller
Daniel Müller
Docstring of `Model.solve` defines return type as `Model`: https://github.com/PyPSA/linopy/blob/ecbc96266e3195b756fa528ff2faa4afe9243743/linopy/model.py#L996-L999 But a tuple of status and termination condition is returned in line 1085 and line 1111: https://github.com/PyPSA/linopy/blob/ecbc96266e3195b756fa528ff2faa4afe9243743/linopy/model.py#L1085 https://github.com/PyPSA/linopy/blob/ecbc96266e3195b756fa528ff2faa4afe9243743/linopy/model.py#L1111
Fixes #245 Release notes need to be changed!
I have come across a case where linopy does not adhere to the naming of xarray and this problem can only be solved with an unnecessary type check. Here is...
Howdy folks, just a small suggestion for improvement: I recently updated our internal dependencies (linopy is one of them) and stumbled over the version number of linopy. On 03.05.2024 linopy...
### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...
### Feature Checklist - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar feature requests - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [X] Browse the repository, [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test)...
### Describe the current behavior When running the following, the values of `get_reference_voltages` and `get_reference_flows` are the same: ```python import pypowsybl LINES_OF_INTEREST = [ "L1-2-1", "L13-14-1", "T4-7-1", "T4-9-1", ] LOADS_OF_INTEREST...
### Bug report checklis - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [ ] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test)...
@rdzman In [this](https://github.com/MATPOWER/matpower/issues/197#issuecomment-1664277089) comment you shared the `makePTDFac.m` function. First of all, thanks for that, it really is what I'm looking for! But I have some questions about it: 1....