Skip to content

Commit

Permalink
fix pycodestyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Aug 24, 2024
1 parent 7d4658d commit c56855a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions femmt/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,8 +1874,6 @@ def stacked_core_study(self, number_primary_coil_turns: int,
study_excitation["linear_losses"]["current_phases_deg"],
inductance_dict=inductance_dict, core_hyst_loss=p_hyst_core_parts)



def stacked_core_center_tapped_pre_study(self, time_current_vectors: List[List[List[float]]], plot_waveforms: bool = False,
fft_filter_value_factor: float = 0.01) -> Dict:
"""
Expand Down

0 comments on commit c56855a

Please sign in to comment.