Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some personal changes to solve the problems I encountered while using "python setup.py test" #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zq5437
Copy link

@Zq5437 Zq5437 commented Jan 18, 2024

When I was using "python setup.py test" , I encountered somethings like this :
(https://github.com/forrestbao/pyeeg/assets/120766295/15b08671-4cc7-4d91-88c8-d26769ed8533)

After I changed something , I also find that there might be something wrong in the process of calculating LLE ,because the output is nans instead of "0.18771136179353307"

so ,I changed the way the 'embedded_sequence' package is called and modified the method of calculating the maximum Lyapunov exponent to avoid nans
(https://github.com/forrestbao/pyeeg/assets/120766295/604cfc34-f8f7-4c81-96e9-0aad70adbd22)

(https://github.com/forrestbao/pyeeg/assets/120766295/9859d483-e133-44f9-8d1f-e539dbba3f8c)

I would be honored if this were helpful !And thank you for your patience!

…d the method of calculating the maximum Lyapunov exponent to avoid nans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant