TulipaEnergyModel.jl icon indicating copy to clipboard operation
TulipaEnergyModel.jl copied to clipboard

Do we need the timeframe structure?

Open datejada opened this issue 6 months ago • 0 comments

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

datejada avatar Jul 31 '24 14:07 datejada