-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Question about local test error message #2711
Comments
@martinholmer Thanks for flagging this. It's coming from a file missing that should be there. This came from me reviewing PR #2709 too quickly and not catching the file deletion included in that PR. |
@martinholmer I just merged PR #2712, so if you sync to master I do not think you will run into the issues noted here. |
@jdebacker, Thanks for the quick response to issue #2711. I don't get any errors now, but I do get a ton of warnings. First question: Second question:
Here is the complete (and highly confusing) results of "make pytest-cps":
|
@martinholmer asks:
The performance benchmarking was introduced in PR #2570 to provide automated profiling of changes in performance for new PRs. At the time, work was being done to consider vectorized code with Dask arrays rather than Numba-jitted functions, so this was especially relevant. The test execution times are reported from
I do not know. It looks like all the tests in |
@jdebacker said in issue #2711:
OK. Is a change from
What am I supposed to do with this untracked file? |
I'm getting an error I don't understand when I do "make pytest-cps" on my computer using the code on the master branch. What am I doing wrong?
The text was updated successfully, but these errors were encountered: