Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/core_loss_electrical_steel' into…
Browse files Browse the repository at this point in the history
… core_loss_electrical_steel
  • Loading branch information
gmalinve committed Nov 23, 2023
2 parents 7064866 + 52b3e63 commit 9d6e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/Material.py
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ def get_core_loss_coefficients(
coefficients = self.odefinition_manager.ComputeCoreLossCoefficients(
core_loss_model_type, self.mass_density.evaluated_value, props[0]
)
return coefficients
return list(coefficients)

@pyaedt_function_handler()
def set_coreloss_at_frequency(
Expand Down

0 comments on commit 9d6e466

Please sign in to comment.