Skip to content

Commit acd6c01

Browse files
author
Sebastian Schachten
committed
fixed pycodestyle
1 parent fba3d9d commit acd6c01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

femmt/component.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def __init__(self, simulation_type: SimulationType = SimulationType.FreqDomain,
219219
self.onelab_client = onelab.client(__file__)
220220
self.simulation_name = simulation_name
221221

222-
223222
def calc_hystersis_losses_with_MagNet_model_PB_based_on_reluctance(self, peak_magnetizing_current: float = 1, b_wave: WaveformType = WaveformType.Sine,
224223
custom_b_wave: np.ndarray = None) -> float:
225224
"""

0 commit comments

Comments
 (0)