Dear all,

I observe some doctest warnings that I don't know how to fix.  This is 
certainly a side effect of the modularization.

File "src/sage/plot/plot.py", line 569, in sage.plot.plot
Warning: Variable 'sig_on_count' referenced here was set only in doctest 
marked '# needs sage.symbolic'
    sig_on_count() # check sig_on/off pairings (virtual doctest)
**********************************************************************
File "src/sage/plot/plot.py", line 3623, in sage.plot.plot.graphics_array
Warning: Variable 'x' referenced here was set only in doctest marked '# 
long time, needs sage.symbolic'
    L = [plot(sin(k*x), (x,-pi,pi)) for k in [1..3]]
**********************************************************************
File "src/sage/plot/plot.py", line 3669, in sage.plot.plot.graphics_array
Warning: Variable 'x' referenced here was set only in doctest marked '# 
long time, needs sage.symbolic'
    p1 = plot(sin(x^2), (x, 0, 6),
              axes_labels=[r'$\theta$', r'$\sin(\theta^2)$'], fontsize=16)
**********************************************************************
File "src/sage/plot/plot.py", line 3671, in sage.plot.plot.graphics_array
Warning: Variable 'x' referenced here was set only in doctest marked '# 
long time, needs sage.symbolic'
    p2 = plot(x^3, (x, 1, 100), axes_labels=[r'$x$', r'$y$'],
              scale='semilogy', frame=True, gridlines='minor')


File "src/sage/repl/user_globals.py", line 52, in sage.repl.user_globals
Warning: Variable 'sig_on_count' referenced here was set only in doctest 
marked '# needs sage.modules'
    sig_on_count() # check sig_on/off pairings (virtual doctest)
**********************************************************************
File "src/sage/repl/user_globals.py", line 99, in 
sage.repl.user_globals.get_globals
Warning: Variable 'sig_on_count' referenced here was set only in doctest 
marked '# needs sage.modules'
    sig_on_count() # check sig_on/off pairings (virtual doctest)


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/c704a9ab-ad84-466c-ab51-60a812f2240dn%40googlegroups.com.

Reply via email to