Skip to content

Commit

Permalink
Hey you
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamdan committed Dec 2, 2024
1 parent aa9d3c0 commit f60086c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roseau/load_flow_single/models/buses.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def nominal_voltage(self, value: float | Q_[float] | None) -> None:
value = None
if value is None:
if self._max_voltage_level is not None or self._min_voltage_level is not None:
print("hey")
warnings.warn(
message=(
f"The nominal voltage of the bus {self.id!r} is required to use `min_voltage_level` and "
Expand Down

0 comments on commit f60086c

Please sign in to comment.