Skip to content

Commit

Permalink
Fix Transformer wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Nov 29, 2024
1 parent 0551cba commit 102dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/solph/components/_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(
inputs=inputs,
outputs=outputs,
conversion_factors=conversion_factors,
custom_attributes=custom_attributes,
custom_properties=custom_attributes,
)
warn(
"solph.components.Transformer has been renamed to"
Expand Down

0 comments on commit 102dbb3

Please sign in to comment.