Skip to content

Commit e174be8

Browse files
committed
investment.rs: Remove stale comment referring to #716
1 parent ad8f3d2 commit e174be8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/simulation/investment.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,8 @@ fn select_best_assets(
801801
// Check if all options have zero capacity. If so, we cannot meet demand, so have to bail
802802
// out.
803803
//
804-
// This may happen if:
805-
// - the asset has zero activity limits for all time slices with
804+
// This may happen if the asset has zero activity limits for all time slices with
806805
// demand.
807-
// - known issue with the NPV objective
808-
// (see https://github.com/EnergySystemsModellingLab/MUSE2/issues/716).
809806
if outputs_for_opts.is_empty() {
810807
let remaining_demands: Vec<_> = demand
811808
.iter()

0 commit comments

Comments
 (0)