Skip to content

Commit

Permalink
CLN: Fix flakes errors
Browse files Browse the repository at this point in the history
Update for isort introduced flake8 errors
  • Loading branch information
bashtage committed Dec 20, 2018
1 parent 146c488 commit bbfc9cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/tests/univariate/test_variance_forecasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from arch.univariate.recursions_python import garch_recursion



def _compare_truncated_forecasts(full, trunc, start):
assert np.all(np.isnan(trunc.forecasts[:start]))
assert_allclose(trunc.forecasts[start:], full.forecasts[start:])
Expand Down
1 change: 0 additions & 1 deletion arch/tests/univariate/test_volatility.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
rec = recpy



class TestVolatiltyProcesses(object):
@classmethod
def setup_class(cls):
Expand Down

0 comments on commit bbfc9cd

Please sign in to comment.