smn

Results 56 comments of smn

by the way, is their a nice way to get all inputs of a bus? Something like that: ``` my_results = processing.results(om) my_results[(,bus)]['sequences'] ```

Maybe then it would be nice to add a shortcut for that for the API? `outputs_bel = results.outputs(bel)`

I like any solution, as long as it provides a one-liner for getting inputs, outputs...

actually, I think it would be great if the export can transfer the tuple to a two row format, don't you think?

Feedback from users would always be great. But as @uvchik mentioned, this will be related to #420. So lets see how we deal with it in the feature. But this...

Thanks for the approach, looks interesting to me! Conceptually I would start on the energy system class level before building the model, i.e.: - telling the system it is a...

There is another error I found: https://github.com/oemof/oemof-solph/blob/34657e26d6646390febbdcfbf2be7bc75447a20a/src/oemof/solph/components.py#L668-L675 I can open a PR ...

Yes I think so, I opened a PR.

Is there something new here? @e-zolotarevskaya could you share the scripts you already used for your example (using pure pyomo)...it would then be easier to understand the conrete use case...

Hey, this looks already quite great! The variables you want i.e. for your first stage variables you have already found. My first idea was to create a set with all...