- generalized/refactored away some repeated code in MPIs subclasses

- updated __all__ in a few places
- improved test_exports
- pep8
This commit is contained in:
Michael Greene
2016-02-16 21:05:21 -08:00
parent e8326b4771
commit 3cbad620e1
10 changed files with 169 additions and 281 deletions

View File

@@ -8,7 +8,7 @@ norecursedirs = testdata
[flake8]
exclude = .git,.idea,__pycache__,.tox,tests/*,docs/*,test_load_asc_bench.py
ignore = E201,E202,E221,E251,E265,F821,N805
ignore = E201,E202,E221,E251,E265,F403,F821,N805
max-line-length = 160
[testenv]