dagghe / pyOMA2

Python module for conducting operational modal analysis
MIT License
14 stars 4 forks source link

Errors in naming of imports #5

Closed DavideMoretti closed 6 months ago

DavideMoretti commented 6 months ago

Error in algorithm__init__.py: from .plscf import pLSCF_algo, pLSCF_algo_MS --> from .pLSCF import pLSCF_algo, pLSCF_algo_MS

dagghe commented 6 months ago

Dear @DavideMoretti , we are aware of this bug, it is related to the names of the modules, we will fix in the next release (coming soon). In the meantime the fix is to rename the pLSCF.py module to plscf.py (lowercase).

DavideMoretti commented 6 months ago

thought so, I mainly wrote it down for other users to be aware right away of the quick fix.

P.s. thanks for sharing this code, I think it's a great initiative!