Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Oct 1, 2024
1 parent fe2b7c3 commit 6524a19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions femmt/optimization/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,14 @@ def filter_loss_list_df(df: pd.DataFrame, factor_min_dc_losses: float = 1.2, fac
"""
Remove designs with too high losses compared to the minimum losses.
:param df: list of valid DTOs
:type df: List[ItoSingleResultFile]
:param df: pandas dataframe with study results
:type df: pd.DataFrame
:param factor_min_dc_losses: filter factor for the minimum dc losses
:type factor_min_dc_losses: float
:param factor_max_dc_losses: dc_max_loss = factor_max_dc_losses * min_available_dc_losses_in_pareto_front
:type factor_max_dc_losses: float
:returns: list with removed objects (too small air gaps)
:rtype: List[ItoSingleResultFile]
:returns: pandas dataframe with Pareto front near points
:rtype: pd.DataFrame
"""
# figure out pareto front
# pareto_volume_list, pareto_core_hyst_list, pareto_dto_list = self.pareto_front(volume_list, core_hyst_loss_list, valid_design_list)
Expand Down

0 comments on commit 6524a19

Please sign in to comment.