EducationalTestingService / factor_analyzer

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

Remove incorrect `psi` and use correct `phi_`. #113

Closed desilinguist closed 2 years ago

desilinguist commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Base: 94.22% // Head: 94.22% // No change to project coverage :thumbsup:

Coverage data is based on head (4852e12) compared to base (1516070). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ======================================= Coverage 94.22% 94.22% ======================================= Files 7 7 Lines 1004 1004 ======================================= Hits 946 946 Misses 58 58 ``` | [Impacted Files](https://codecov.io/gh/EducationalTestingService/factor_analyzer/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService) | Coverage Δ | | |---|---|---| | [factor\_analyzer/confirmatory\_factor\_analyzer.py](https://codecov.io/gh/EducationalTestingService/factor_analyzer/pull/113/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-ZmFjdG9yX2FuYWx5emVyL2NvbmZpcm1hdG9yeV9mYWN0b3JfYW5hbHl6ZXIucHk=) | `97.02% <ø> (ø)` | | | [factor\_analyzer/factor\_analyzer.py](https://codecov.io/gh/EducationalTestingService/factor_analyzer/pull/113/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-ZmFjdG9yX2FuYWx5emVyL2ZhY3Rvcl9hbmFseXplci5weQ==) | `94.80% <ø> (ø)` | | | [factor\_analyzer/rotator.py](https://codecov.io/gh/EducationalTestingService/factor_analyzer/pull/113/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-ZmFjdG9yX2FuYWx5emVyL3JvdGF0b3IucHk=) | `95.63% <ø> (ø)` | | | [factor\_analyzer/utils.py](https://codecov.io/gh/EducationalTestingService/factor_analyzer/pull/113/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-ZmFjdG9yX2FuYWx5emVyL3V0aWxzLnB5) | `89.05% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.