We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A student and I are working together on some data and using aacgmv2 to convert some coordinates.
aacgmv2
On their machine (AMD Ryzen 5 3600):
%timeit convert_mlt(np.arange(90), dt.datetime(2015, 1, 1)) 2.19 ms ± 69.2 us per loop (mean ± std. dev. of 7 runs, 100 loops each)
On my machine (Apple M1 Ultra):
%timeit convert_mlt(np.arange(90), dt.datetime(2015, 1, 1)) 509 ms ± 24.8 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
So, on my computer, the process is more than 200x slower than on theirs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A student and I are working together on some data and using
aacgmv2
to convert some coordinates.On their machine (AMD Ryzen 5 3600):
On my machine (Apple M1 Ultra):
So, on my computer, the process is more than 200x slower than on theirs.
The text was updated successfully, but these errors were encountered: