Skip to content

Commit

Permalink
Removed todo!
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Oct 11, 2024
1 parent ccfe5fc commit bc9f272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywr-schema/src/nodes/reservoir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ impl ReservoirNode {
let storage_metric = storage.load(network, args)?;
let area_metric = area.load(network, args)?;

// todo!() TODO param name must be unique!
let interpolated_area_parameter = pywr_core::parameters::InterpolatedParameter::new(
ParameterName::new(name, Some(self.meta().name.as_str())),
current_storage,
Expand Down

0 comments on commit bc9f272

Please sign in to comment.