Skip to content

Commit

Permalink
BUG: fix stats.moment_helpers inplace modification
Browse files Browse the repository at this point in the history
Fix moment helpers so that they do not do inplace modification
Allow multidimensional input

closes statsmodels#3362
closes statsmodels#2928
  • Loading branch information
zveryansky authored and bashtage committed May 9, 2019
1 parent 79d7596 commit cb620a1
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 123 deletions.
2 changes: 2 additions & 0 deletions lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ if [ "$LINT" == true ]; then
statsmodels/stats/base.py \
statsmodels/stats/correlation_tools.py \
statsmodels/stats/knockoff_regeffects.py \
statsmodels/stats/moment_helpers.py \
statsmodels/stats/multicomp.py \
statsmodels/stats/regularized_covariance.py \
statsmodels/stats/stattools.py \
statsmodels/stats/tests/test_correlation.py \
statsmodels/stats/tests/test_descriptivestats.py \
statsmodels/stats/tests/test_knockoff.py \
statsmodels/stats/tests/test_lilliefors.py \
statsmodels/stats/tests/test_moment_helpers.py \
statsmodels/stats/tests/test_qsturng.py \
statsmodels/stats/tests/test_regularized_covariance.py \
statsmodels/tools/linalg.py \
Expand Down
Loading

0 comments on commit cb620a1

Please sign in to comment.