TulipaEnergyModel.jl
TulipaEnergyModel.jl copied to clipboard
Do we need the timeframe structure?
What and Why
timeframe
saves the whole DataFrame, but we shouldn’t do that. We want only what it actually needs, or use DuckDB table instead, so we avoid this part of the code and its dependencies.
timeframe = Timeframe(num_periods, TulipaIO.get_table(connection, "rep_periods_mapping"))
Possible Drawbacks
No response
Related Issues
No response