Fabian Hofmann
Fabian Hofmann
See rescaling by calliope team: https://arxiv.org/abs/2211.12299
hey @TimFuermann, thanks for raising an issue, I am not sure what the expected dimension should when setting `capacity_factor_timeseries`. Would you mind creating a PR and make a suggestion on...
Hey @willu47! This is a good point and can indeed be a bit fiddly. As you implied, a separation of the unit tests in 1. testing the data model of...
Hey @willu47 I added some testing functions. Now the following syntax functionality is supported: ```python import pandas as pd import linopy from linopy.testing import assert_varequal, assert_linequal, assert_conequal m = linopy.Model()...
Note that QP are now supported
Hey @aurelije, thank you for your message and initiative to talk about the future of linopy. Some things I would really like to put on the list for the short...
Really appreciate the initiative and the food for thought. Indeed atm things are a bit tight, but we should keep this issue open to brainstorm further. I also think of...
Thanks for raising this @loongmxbt. What do you have in mind as a command? If the model is being solved, the python shell cannot be accessed. So it would not...
Hey @0wenwu, thank you for your comment. Multiple objective are not supported yet. However, this feature will not be difficult to implement. It is just that we haven't been in...
@0wenwu I think @aurelije meant, packing all in one objective but with weights. If you want to tackle the multiobjective support in linopy, I would propose to create a new...