#3580: [with patch, needs review] ensure that numpy is not imported on startup.
--------------------+-------------------------------------------------------
Reporter: was | Owner: craigcitro
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.2.1
Component: misc | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Changes (by craigcitro):
* owner: cwitty => craigcitro
* status: new => assigned
* summary: ensure that numpy is not imported on startup. => [with patch,
needs review] ensure that numpy is not imported
on startup.
Comment:
Moved the `import` further in, which was fine (didn't slow things down).
Michael, should we add the following as a doctest somewhere?
{{{
sage: search_src("^import", "numpy")
sage: search_src("^from", "numpy")
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3580#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---