Holger Teichgraeber
Holger Teichgraeber
I don't think we have a function for that. Should be pretty simple to implement though: ``` using DataFrames for (k,v) in X.clust_data.data name = "$k" CSV.write(name*".csv", DataFrame(v)) end ```...
I am thinking about the following case and was wondering if you have run into something similar with CapacityExpansion automatic testing, @YoungFaithful ? When we do `run_clust` with kmeans or...
note for future: Potentially use https://github.com/JuliaPlots/VisualRegressionTests.jl
Let's name the test files in the `test` folder similar to the files in the `src` folder. I am keeping a running list of tests that still need to be...
@YoungFaithful: What was the issue in CapacityExpansion with the number of significant digits of the input data? Where did it show up, was it a small error in the optimization...
Something in the path of the csv does not look correct, you may want to check if this is the true filename of the csv. (the four dots)
Make it work with the inputdata interface. Same goes for the gas turbine problem
See v0.1 for now. Taken out of the main code with #98
Let's talk about this on the phone next time.
I can see this to be under the hood, but may not be high priority, depending on the amount of work to make it that.