We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>nosetests --pdb tests/ ..[1] > /home/wiecki/working/projects/quant/pyfolio/pyfolio/tests/test_pos.py(118)test_sector_exposure() -> self.assertEqual(len(w), 0) 4 frames hidden (try 'help hidden_frames') (Pdb++) c F............................................. ====================================================================== FAIL: [with positions= 0 1 2 cash ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wiecki/miniconda3/lib/python3.4/site-packages/nose_parameterized/parameterized.py", line 365, in standalone_func return func(*(a + p.args), **p.kwargs) File "/home/wiecki/working/projects/quant/pyfolio/pyfolio/tests/test_pos.py", line 118, in test_sector_exposure self.assertEqual(len(w), 0) AssertionError: 1 != 0 ---------------------------------------------------------------------- Ran 48 tests in 2.377s FAILED (failures=1)
@acampbell22 I think you wrote that test, would you mind taking a look?
The text was updated successfully, but these errors were encountered:
Tacked the fix onto this PR: #201
Sorry, something went wrong.
a-campbell
No branches or pull requests
@acampbell22 I think you wrote that test, would you mind taking a look?
The text was updated successfully, but these errors were encountered: