Skip to content

Commit a6aaf42

Browse files
dalonsoaalexdewar
andcommitted
Apply suggestion from @alexdewar
Co-authored-by: Alex Dewar <alexdewar@users.noreply.github.com>
1 parent b5408a2 commit a6aaf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/commodity/demand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ where
136136

137137
ensure!(
138138
demand.demand.is_finite() && demand.demand >= Flow(0.0),
139-
"Demand must be a valid number greater than or equal to zero"
139+
"Demand must be a finite number greater than or equal to zero"
140140
);
141141

142142
ensure!(

0 commit comments

Comments
 (0)