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 in the collar Tutorial especially in : cross_correlate(raw_store, config, cc_store) #128

Open
Jurang-cloud opened this issue May 26, 2023 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@Jurang-cloud
Copy link

I was trying to do some cross correlation using the collar tutorial but unfortunately I couldn't get to work due to the errors I encountered. I have attached the collar notebook so that you can go through and see where probably I am making a mistake and needed to be corrected or if it is a genuine error from the notebook then you can fix it.

Thank you,
Job
get_started.md

@carlosgjs carlosgjs self-assigned this May 26, 2023
@carlosgjs
Copy link
Collaborator

@Jurang-cloud - We've found there's an issue when running on Apple M1 computers, which is documented here. The workaround is to install grpcio from conda:

pip uninstall grpcio; conda install grpcio=1.43.0 -c conda-forge

@Jurang-cloud
Copy link
Author

Jurang-cloud commented May 31, 2023 via email

@carlosgjs
Copy link
Collaborator

Yes, provided the data complies with the expected format and naming convention. I suggest inspecting the files created by the download() function. E.g.:

2019_02_01_12_00_00T2019_02_02_00_00_00.h5
2019_02_01_00_00_00T2019_02_01_12_00_00.h5

I.e. the .h5 files are expected to be named after the timespan of data they contain.

@Jurang-cloud
Copy link
Author

Jurang-cloud commented May 31, 2023 via email

@niyiyu niyiyu added the help wanted Extra attention is needed label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants