-
Notifications
You must be signed in to change notification settings - Fork 6
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
I/O timing issues #38
Comments
I don't know, but we can look into it. I don't think it would be hard to
|
True. Try/except statements are our friends. |
Looking at TreeCorr usage of pandas, it looks slightly more complex than genfromtxt: https://github.com/rmjarvis/TreeCorr/blob/releases/3.1/treecorr/catalog.py But not too bad. Now that I managed to install TreeCorr I can do it. |
Great, thanks! |
I was just noticing as I looked at the TreeCorr Readme file that it uses a package called pandas instead of numpy for fast text file i/o:
I see that we use genfromtxt. Do you have any sense for how much the file I/O is hitting us for typical uses of Stile? If it's a problem we might consider adding this dependency.
The text was updated successfully, but these errors were encountered: