josuemtzmo / trackeddy

Tracking eddy algorithm:
http://trackeddy.readthedocs.io/
MIT License
46 stars 18 forks source link

Some problems regarding the examples, and how to proceed with the Trackeddy #16

Open JoMaHoPo opened 1 year ago

JoMaHoPo commented 1 year ago

Hello!

I am quite new in python and and absolutely new in Trackeddy. I have been trying to run How_Trackeddy_Works.ipynb and I have encountered some problems.

First is the trackeddy.init is not in the main package I have installed. I don't know if it is something I have to create myself or if it is included in another directory I have not installed. However if I remove that import line, it works, so I don't know how important that is.

Then another error appears, and it says "module 'time' has no attribute 'clock' " I don't know if I have to change the function to another one since in Stackoverflow it is mentioned that this function is no longer available in the latest python versions.

Sorry if these questions are a bit too basic or stupid. Hope you can help me.

Kind regards, Joan