On Jan 21, 7:51 pm, Emil Widmann <emil.widm...@gmail.com> wrote: > I get > > sage -t -long -force_lib "devel/sage/sage/misc/citation.pyx" > Setting permissions of DOT_SAGE directory so only you can read and > write it. > ********************************************************************** > File "/sage/devel/sage/sage/misc/citation.pyx", line 60: > sage: get_systems('integrate(x^2, x)') > Expected: > ['ginac', 'Maxima'] > Got: > ['ginac'] > ********************************************************************** > 1 items had failures: > 1 of 8 in __main__.example_0 > ***Test Failed*** 1 failures. > For whitespace errors, see the file /root/.sage// > tmp/.doctest_citation.py > [11.9 s] > > However in console: > sage: maxima.integrate(x^2,x) > x^3/3 > > I check hint about "whitespace error" and in the file ~/.sage/ > tmp/.doctest_citation.py there is ecaxtly the text as an example! This > error appears just in my final install location! I moved the sage tree > several times and in all intermediate steps it is fine. > > What wrong here? Sorry probably it is obvious but I googled for "Sage > whitespace error" but coulnd't find sometiing useful! > > thanks
I looked up the function citation.pyx, it says def get_systems(cmd): """ Returns a list of the systems used in running the command cmd. Note that the results can sometimes include systems that did not actually contribute to the computation. Due to caching and the inability to follow all C calls, it could miss some dependencies as well. ... So this test-error can be ignored? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org