gplssm
gplssm
Once you're done with the implementation, select a reviewer who cross-checks the newly added code. Preferably, select someone who already has some context about this
> @gplssm I'm done with the implementation, but it seems like I don't have the rights to select a reviewer or labels. I don't know what I'm doing wrong? Also...
I've requested a review by @simnh because he's quite deep into mathematical modeling in oemof.solph. @simnh please re-request a review by someone else if you can't do it.
Sorry for the long pause... Yeah, that helps if we use the following as `get_connection_url(self)` ```python def get_connection_url(self): standard_url = super()._create_connection_url(dialect="mssql+pyodbc", username=self.SQLSERVER_USER, password=self.SQLSERVER_PASSWORD, db_name=self.SQLSERVER_DBNAME, port=self.port_to_expose) if "SQLSERVER_DRIVER" in self.env: return...
> How about we add a `driver` argument as in #156? I like the idea! And I think we can do it very similar. One difference between pymssql and pyodbc...
We had a session on unbundling/linking/updating the oemof/oemof docs and docs of other namespace packages with @uvchik @joroeder @smartie2076 @gnn @henhuy @gplssm at oemof user/dev meeting. We agreed on the...
Here's the updated structure proposal which will be used by @joroeder to update oemof-solph docs Getting started ---------------- * Getting started * Introduction * Documentation * Installation * Citing *...
First, it is focused on creating ding0 grid data, not on statistical key figures. Some basic stuff is added by aa4a145e1584c73b2305e943e62f5aaa73c920f5. Important next steps are - [ ] Option to...