We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddbbc6 commit d3e7801Copy full SHA for d3e7801
1 file changed
src/simulation/investment.rs
@@ -85,7 +85,7 @@ pub fn perform_agent_investment(
85
86
for region_id in model.iter_regions() {
87
// Keep track of the commodities that have been seen so far. This will be used to apply
88
- // balance constraints in the dispatch optimisation - e only apply balance constraints for
+ // balance constraints in the dispatch optimisation - we only apply balance constraints for
89
// commodities that have been seen so far.
90
let mut seen_commodities = Vec::new();
91
0 commit comments