Skip to content

Commit

Permalink
fixing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
abujazar committed Jul 25, 2024
1 parent e862443 commit 89c48b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion femmt/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,6 @@ def excitation(self, frequency: float, amplitude_list: List, phase_deg_list: Lis
if self.core.material != "custom":
self.reluctance_model_pre_check()


def excitation_time_domain(self, current_list: List[List[float]], time_list: List[float],
number_of_periods: int, ex_type: str = 'current',
plot_interpolation: bool = False, imposed_red_f=0):
Expand Down

0 comments on commit 89c48b7

Please sign in to comment.