Skip to content

Commit

Permalink
TST fix trailing whitespace causing codacy check to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway authored and bashtage committed May 2, 2019
1 parent 220739f commit e7d2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsmodels/imputation/tests/test_mice.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_settingwithcopywarning(self):
# "DeprecationWarning('pandas.core.common.is_categorical_dtype is deprecated. import from the public API:
# pandas.api.types.is_categorical_dtype instead',)"
# ignore this warning, as this is not what is being tested in this test
assert ((len(ws) == 0) or all([w.category == DeprecationWarning for w in ws]))
assert ((len(ws) == 0) or all([w.category == DeprecationWarning for w in ws]))

def test_next_sample(self):

Expand Down

0 comments on commit e7d2fb5

Please sign in to comment.