Skip to content

Commit c77aed9

Browse files
author
rob
committed
black
1 parent d482209 commit c77aed9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

systems/tests/test_forecast_combine.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ def test_get_returns_for_optimisation(self):
211211

212212
system = self.setUpWithEstimatedReturns()
213213

214-
print(
215-
system.combForecast.get_SR_cost_for_instrument_forecast("SOFR", "ewmac8")
216-
)
214+
print(system.combForecast.get_SR_cost_for_instrument_forecast("SOFR", "ewmac8"))
217215
print(system.combForecast.get_SR_cost_for_instrument_forecast("BUND", "ewmac8"))
218216
print(system.combForecast.get_SR_cost_for_instrument_forecast("US10", "ewmac8"))
219217

0 commit comments

Comments
 (0)