- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 684
Closed
Description
Sometimes import_statements fails in given a working answer (pi, CIF, ...). See the complete list in attachment: failed_import_statements.
We fix the bug and the solution proposed contains a new function which_import_statements_fail that build the list of name in sage.all for which the answer of import_statements fail to import it. It also fixes many input: only one import statement fails "maxima_calculus" and with 62 occurences we obtain a "from sage.all import XXX" (see the precise list in attachment: answer_sage_all).
Component: misc
Author: Vincent Delecroix
Branch/Commit: b880d2d
Reviewer: Nathann Cohen
Issue created by migration from https://trac.sagemath.org/ticket/15351