-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG] ENH test isinstance(.., GPKernel) only if module pre-loaded #7930
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
Conversation
TODO: confirm test coverage of both lines 91 and 93 in |
test failures. Do you feel like the import is slow or why do you want to make it conditional? |
You could also move the import into the |
I hope I've fixed the CI. Well, I think there are multiple bad things about the current design:
|
Sorry, got confused. Making the import local already fixed that small issue. Yes, this code only really fixes an issue of import runtime costs (1 per job in parallel). I'm ambivalent about it. |
I'd vote to close unless the import is known to be particularly slow or importing it has a side-effect like loading a big .so in memory. |
This is a bit of a red flag indeed. I'm not sure if the condition maybe predates the existence of |
|
Right. Now I understand even less why this is there... Should we remove it? |
See if the motivation is clear at #649?
…On 8 December 2016 at 03:55, Andreas Mueller ***@***.***> wrote:
Right. Now I understand even less why this is there... Should we remove it?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#7930 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz64rLQo05zopgMdZ6wJPbiqoxQlw4ks5rFuTrgaJpZM4K7K_l>
.
|
@jnothman no. It does predate the |
No description provided.