-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Unused codepaths in computation/tests/test_eval #5041
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
Comments
refactor label probably overkill but i put it there anyway |
actually, those should be removed because i'm only testing float scalars there ... |
@cpcloud ? |
yep this iscoming along |
@cpcloud ? |
1 similar comment
@cpcloud ? |
pushing to 0.14, it's an experimental feature anyway |
@cpcloud keep open? |
@cpcloud keep this open? |
sorry didn't see ur comment ... i'll run coverage and see if things can be removed |
turns out there's quite a bit of dead code in eval |
There are two places in test_eval where there are name errors (i.e., referring to items that aren't defined). Given that they don't raise errors, this means they aren't being used. I'm not sure whether this is because they're covered elsewhere or what, just need to make a decision.
From
check_complex_cmp_ops
and also the second branch of
check_operands
incheck_chained_cmp_ops
_align_core_single_unary_op
The text was updated successfully, but these errors were encountered: