@@ -327,7 +327,7 @@ def with_bounds_params():
327327
328328
329329@pytest .fixture (scope = "module" )
330- def min_ratio_asset_left_to_max_cagr_when_none_params ():
330+ def _min_ratio_asset_when_none_params ():
331331 return dict (
332332 assets = ["SPY.US" , "GLD.US" ],
333333 ccy = "USD" ,
@@ -337,7 +337,7 @@ def min_ratio_asset_left_to_max_cagr_when_none_params():
337337
338338
339339@pytest .fixture (scope = "module" )
340- def min_ratio_asset_left_to_max_cagr_when_not_none_params ():
340+ def _min_ratio_asset_when_not_none_params ():
341341 return dict (
342342 assets = ["SPY.US" , "MCFTR.INDX" ],
343343 ccy = "RUB" ,
@@ -388,13 +388,13 @@ def init_frontier_with_bounds(with_bounds_params):
388388
389389
390390@pytest .fixture (scope = "module" )
391- def init_frontier_with_none (min_ratio_asset_left_to_max_cagr_when_none_params ):
392- return ok .EfficientFrontierReb (** min_ratio_asset_left_to_max_cagr_when_none_params )
391+ def init_frontier_with_none (_min_ratio_asset_when_none_params ):
392+ return ok .EfficientFrontierReb (** _min_ratio_asset_when_none_params )
393393
394394
395395@pytest .fixture (scope = "module" )
396- def init_frontier_with_not_none (min_ratio_asset_left_to_max_cagr_when_not_none_params ):
397- return ok .EfficientFrontierReb (** min_ratio_asset_left_to_max_cagr_when_not_none_params )
396+ def init_frontier_with_not_none (_min_ratio_asset_when_not_none_params ):
397+ return ok .EfficientFrontierReb (** _min_ratio_asset_when_not_none_params )
398398
399399
400400@pytest .fixture (scope = "module" )
0 commit comments