rl-institut / oemof-B3

An open-source energy system model for Brandenburg/Berlin.
https://oemof-b3.readthedocs.io/
GNU Affero General Public License v3.0
9 stars 5 forks source link

Make unstack stack of scalars reversible #285

Closed jnnr closed 1 year ago

jnnr commented 1 year ago

Attention: The functions are not completely reversible because stack_var_name does sort the rows according to a defined order.

TODO: test with full snakemake pipeline before merging

jnnr commented 1 year ago

Hi @MaGering, can you test if these changes change anything in the results when running the snakemake pipeline?

MaGering commented 1 year ago

Hi @MaGering, can you test if these changes change anything in the results when running the snakemake pipeline?

I compared the results of a scenario on dev with the results of the same scenario on this branch and they look the same to me.

jnnr commented 1 year ago

Hi @MaGering, can you test if these changes change anything in the results when running the snakemake pipeline?

I compared the results of a scenario on dev with the results of the same scenario on this branch and they look the same to me.

Thank you. In this case I will merge this.