We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d482209 commit c77aed9Copy full SHA for c77aed9
systems/tests/test_forecast_combine.py
@@ -211,9 +211,7 @@ def test_get_returns_for_optimisation(self):
211
212
system = self.setUpWithEstimatedReturns()
213
214
- print(
215
- system.combForecast.get_SR_cost_for_instrument_forecast("SOFR", "ewmac8")
216
- )
+ print(system.combForecast.get_SR_cost_for_instrument_forecast("SOFR", "ewmac8"))
217
print(system.combForecast.get_SR_cost_for_instrument_forecast("BUND", "ewmac8"))
218
print(system.combForecast.get_SR_cost_for_instrument_forecast("US10", "ewmac8"))
219
0 commit comments