Skip to content

Commit

Permalink
fix: AggregatedStorageNode's default attribute changed to Volume. (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Aug 6, 2024
1 parent 01bf34e commit cc1bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywr-schema/src/nodes/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ pub struct AggregatedStorageNode {
}

impl AggregatedStorageNode {
const DEFAULT_ATTRIBUTE: NodeAttribute = NodeAttribute::Outflow;
const DEFAULT_ATTRIBUTE: NodeAttribute = NodeAttribute::Volume;

pub fn input_connectors(&self) -> Vec<(&str, Option<String>)> {
// Not connectable
Expand Down

0 comments on commit cc1bb93

Please sign in to comment.