Skip to content

Commit

Permalink
typo in testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo Busseti committed Oct 14, 2023
1 parent cac7937 commit a86a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvxportfolio/tests/test_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_variance_update(self):
# self.assertTrue(mean[-1] == past_returns.iloc[-1,-1])
self.assertTrue(np.allclose(var, past_returns.var(ddof=0)[:-1]))

def test_variance_update(self):
def test_stddev_update(self):
"""Test the standard deviation forecaster."""
forecaster = HistoricalStandardDeviation(kelly=False)

Expand Down

0 comments on commit a86a0c7

Please sign in to comment.