File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def _init_indicator(request):
170170@pytest .fixture (scope = "module" )
171171def init_efficient_frontier_values1 ():
172172 return dict (
173- assets = ["SPY.US " , "SBMX.MOEX " ],
173+ assets = ["MCFTR.INDX " , "RGBITR.INDX " ],
174174 ccy = "RUB" ,
175175 first_date = "2018-11" ,
176176 last_date = "2020-02" ,
@@ -179,17 +179,17 @@ def init_efficient_frontier_values1():
179179 )
180180
181181
182- @pytest .fixture (scope = "module" )
183- def init_efficient_frontier_values2 ():
184- return dict (
185- assets = ["RUB.FX " , "EUR.FX " , "MCFTR.INDX " ],
186- ccy = "RUB " ,
187- first_date = "2010-01" ,
188- last_date = "2020-01" ,
189- inflation = True ,
190- n_points = 20 ,
191- full_frontier = True ,
192- )
182+ # @pytest.fixture(scope="module")
183+ # def init_efficient_frontier_values2():
184+ # return dict(
185+ # assets=["SPY.US ", "AGG.US ", "GLD.US "],
186+ # ccy="USD ",
187+ # first_date="2010-01",
188+ # last_date="2020-01",
189+ # inflation=True,
190+ # n_points=20,
191+ # full_frontier=True,
192+ # )
193193
194194
195195@pytest .fixture (scope = "module" )
You can’t perform that action at this time.
0 commit comments