Skip to content

Commit 8467f77

Browse files
authored
Merge pull request #970 from EnergySystemsModellingLab/compressed_graph
Solve commodity investments in layers
2 parents b6e67d0 + fd482dd commit 8467f77

9 files changed

Lines changed: 1409 additions & 1178 deletions

File tree

src/asset.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,10 @@ impl Asset {
507507
state => panic!("Assets with state {state} cannot be commissioned"),
508508
};
509509
debug!(
510-
"Commissioning '{}' asset (ID: {}) for agent '{}' (reason: {})",
510+
"Commissioning '{}' asset (ID: {}, capacity: {}) for agent '{}' (reason: {})",
511511
self.process_id(),
512512
id,
513+
self.capacity(),
513514
agent_id,
514515
reason
515516
);

0 commit comments

Comments
 (0)