I see. I think this is coming from the code that runs the sage tests. I pushed a fix.
Aaron Meurer On Thu, Mar 3, 2016 at 4:08 PM, Ondřej Čertík <[email protected]> wrote: > On Thu, Mar 3, 2016 at 1:20 PM, Aaron Meurer <[email protected]> wrote: >> On Mon, Feb 29, 2016 at 8:45 PM, Ondřej Čertík <[email protected]> >> wrote: >>> On Mon, Feb 29, 2016 at 5:30 PM, Ondřej Čertík <[email protected]> >>> wrote: >>>> Hi Aaron, >>>> >>>> On Fri, Feb 26, 2016 at 11:08 AM, Aaron Meurer <[email protected]> wrote: >>>>> The SymPy 1.0 release candidate 1 is ready for testing. Please >>>>> download and test it, and report any issues here, or at >>>>> https://github.com/sympy/sympy/pull/10632. >>>>> >>>>> The release can be downloaded at >>>>> https://github.com/sympy/sympy/releases/tag/sympy-1.0.rc1. >>>>> >>>>> The release notes for this release are at >>>>> https://github.com/sympy/sympy/wiki/Release-Notes-for-1.0. There are >>>>> many major changes for this release, so please take a look. If you >>>>> notice anything missing from the release notes please edit the wiki >>>>> page and add it. >>>> >>>> I tested it and got the following warnings when running tests: >>>> >>>> sympy/plotting/tests/test_plot.py[3] >>>> .sympy/plotting/experimental_lambdify.py:230: UserWarning: The >>>> evaluation of the expression is problematic. We are trying a failback >>>> method that may still work. Please report this as a bug. >>>> warnings.warn('The evaluation of the expression is' >>>> .. [OK] >>>> sympy/plotting/tests/test_plot_implicit.py[2] >>>> .sympy/plotting/plot_implicit.py:83: UserWarning: Adaptive meshing >>>> could not be applied to the expression. Using uniform meshing. >>>> warnings.warn("Adaptive meshing could not be applied to the" >>>> >>>> >>>> The first one looks like a bug. If it is not, then I think the warning >>>> should be suppressed. >>> >>> Otherwise it finished ok. But at the end, it wrote: >>> >>> beginner.series >>> [PASS] >>> beginner.substitution >>> [PASS] >>> intermediate.coupled_cluster >>> [PASS] >>> intermediate.differential_equations >>> [PASS] >>> intermediate.infinite_1d_box >>> [PASS] >>> intermediate.partial_differential_eqs >>> [PASS] >>> intermediate.trees >>> [PASS] >>> intermediate.vandermonde >>> [PASS] >>> advanced.curvilinear_coordinates^[[B^[[B >>> [PASS] >>> advanced.dense_coding_example >>> [PASS] >>> advanced.fem >>> [PASS] >>> advanced.gibbs_phenomenon >>> [PASS] >>> advanced.grover_example >>> [PASS] >>> advanced.hydrogen >>> [PASS] >>> advanced.pidigits >>> [PASS] >>> advanced.qft >>> [PASS] >>> advanced.relativity >>> [PASS] >>> -------------------------------------------------------------------------------- >>> ALL EXAMPLES PASSED >>> python: can't open file 'bin/test': [Errno 2] No such file or directory >>> >>> >>> The last line seems to be some kind of a bug. >> >> I can't reproduce this one. How did you run the examples? > > I ran: > > ./setup.py test > > Ondrej > >> >> Aaron Meurer >> >>> >>> Ondrej >>> >>>> >>>> Ondrej >>>> >>>>> >>>>> Aaron Meurer >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups >>>>> "sympy" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send an >>>>> email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at https://groups.google.com/group/sympy. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BZLseGYcw2AvA0y9ng4tLHPHdSpOoLF1XdKgqdPRW3Pg%40mail.gmail.com. >>>>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "sympy" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/sympy. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/CADDwiVBMkr9kXw4Fk74tOW5zZzthB7raCaFPRbxD4gECUCPWqw%40mail.gmail.com. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/CAKgW%3D6JL2%3D4z6uCHX4itE01J-m80vgxP%3DNDEeR7UL0n%3DH-3vCg%40mail.gmail.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CADDwiVBXbE97-7RghF53FdnO%3DortUVVW1bS4ESZOipAfgYBf-g%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6KKUCRQ_u%2B6F7h5RXSoqdOCKeQq1cJy9nQVm1UYihXD2g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
