e4st-dev / E4ST.jl

Engineering, Economic, and Environmental Electricity Simulation Tool (E4ST)
GNU General Public License v3.0
7 stars 1 forks source link

Missing data in AggregationTemplate output #276

Open sallyrobson opened 4 months ago

sallyrobson commented 4 months ago

Sometimes AggregationTemplate doesn't calculate things that it should. The current example was from a results template with the line bus, electricity_price, is_dac=>1 where is_dac is a column that is added to the bus table using LeftJoinCols. After reading in the processed results, I am able to use is_dac as a filter in compute_result() so I know it still exists in the bus table. We should figure out why it isn't calculating in AggregationTemplate

Ethan-Russell commented 4 months ago

This should be fixed in #280