We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8f3d2 commit e174be8Copy full SHA for e174be8
1 file changed
src/simulation/investment.rs
@@ -801,11 +801,8 @@ fn select_best_assets(
801
// Check if all options have zero capacity. If so, we cannot meet demand, so have to bail
802
// out.
803
//
804
- // This may happen if:
805
- // - the asset has zero activity limits for all time slices with
+ // This may happen if the asset has zero activity limits for all time slices with
806
// demand.
807
- // - known issue with the NPV objective
808
- // (see https://github.com/EnergySystemsModellingLab/MUSE2/issues/716).
809
if outputs_for_opts.is_empty() {
810
let remaining_demands: Vec<_> = demand
811
.iter()
0 commit comments