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

error when calling get_irregular_resample #14

Open
MichaelCoulter opened this issue Jun 14, 2019 · 1 comment
Open

error when calling get_irregular_resample #14

MichaelCoulter opened this issue Jun 14, 2019 · 1 comment

Comments

@MichaelCoulter
Copy link
Contributor

when i try to use get_irregular_resample, i get the error "create_default() missing 1 required positional argument: 'arm_coord' ". to fix this i have to edit the data_containers.py script to add arm_coords as an argument in the create-default function definition at line 326

@daliu87
Copy link
Owner

daliu87 commented Jun 21, 2019

Can you provide the code snippet that creates this error, along with the error stacktrace, and the commit version you are working off of?

I use get_irregular_resample for aligning position to spike times and it works fine for that. It's also possible I fixed this bug in later commits.

Either way line 326 is the wrong place to add arm_coords, it will potentially break other things dependent on class DayEpochTimeSeries.

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

No branches or pull requests

2 participants