-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error with types in tutorial? #4
Comments
Can you please give more details on how you installed ethoscopy and which OS you're running? |
Hey, I am on Windows 10; I used Anaconda Prompt and "pip install ethoscopy" Thanks!! |
I'm not really sure how this error is occurring as it is okay to pass the astype method when calling for the min() or max() of a pandas series, so it's not an explicit python / pandas error in the code. Has the tutorial data loaded in fine? Could you send a screenshot when you print df to the notebook? Sorry for the issues |
It looks the problem is that the
|
No worries, thanks for the help! @ggilestro here are the results of the code: |
@callforhelp123 Those package versions work in my environment, so i suspect it's an issue with Windows somehow. The numpy version is a bit old, so I suspect this isn't the most recent version of ethoscopy. Could you upgrade it to 1.3.10 and see if that helps. |
Hey, I am trying to follow along with the overview tutorial, and am running into this:
Wondering what I need to do to make this work; all I did was install Ethoscopy and then try to run the tutorial notebook!
The text was updated successfully, but these errors were encountered: