EducationalTestingService / factor_analyzer

A Python module to perform exploratory & confirmatory factor analyses.
GNU General Public License v2.0
235 stars 68 forks source link

SciPy sum function is deprecated causing Factor-Analyzer to fail #134

Closed GoBlue60s closed 9 months ago

GoBlue60s commented 9 months ago

The latest version of SciPy has deprecated the sum function which Factor_Analyzer seems to use. I believe that replacing it with NumPy's sum function may work.

desilinguist commented 9 months ago

Thanks for reporting the issue @GoBlue60s! I will reproduce and start a fix soon.

desilinguist commented 9 months ago

Addressed by #135.

desilinguist commented 9 months ago

@GoBlue60s v0.5.1 with the fix has been released. Thanks again for filing the issue!

GoBlue60s commented 9 months ago

I installed v0.5.1 via PyCharm and tested it. I can confirm that it has fixed the issue. Thank you for your prompt attention to this matter.