EnergySystemsModellingLab/MUSE2

Input validation does not flag negative capital/fixed/variable costs

Open

#1,438 opened on Jul 27, 2026

 (2 comments) (0 reactions) (1 assignee)Rust (3 forks)auto 404
buggood first issue

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

Negative values for capital_cost, fixed_operating_cost and variable_operating_cost in process_parameters.csv should be flagged at the input validation stage and a clear error raised. We've currently letting these get through and potentially cause havoc down the line.

Contributor guide