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

Fix trial_average and bump required pandas version #88

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

bagibence
Copy link
Collaborator

The trial_average function was broken on newer versions of pandas
because of changes introduced in pandas 1.2.0 (see https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.2.0.html#consistency-of-dataframe-reductions).

Update it to work with the new behavior of pd.DataFrame.mean

The trial_average function was broken on newer versions of pandas
because of changes introduced in pandas 1.2.0 (see
https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.2.0.html#consistency-of-dataframe-reductions).
Update it to work with the new behavior of pd.DataFrame.mean
@AtMostafa
Copy link
Collaborator

This PR worked for me!

@bagibence
Copy link
Collaborator Author

Thanks! It worked for @JoannaChang, too, so I'll merge it.

@bagibence bagibence merged commit d928be3 into NeuralAnalysis:main Mar 24, 2021
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.

2 participants