Hi,

Le lundi 18 décembre 2017 15:58:30 UTC+1, Vincent Klein a écrit :
>
> Hi all, 
>
> I get the following errors with a fresh 8.2.beta0 install (after "make 
> distclean" "make").
> I have the sames errors on Ubuntu 14.04 and 16.04.
> Traceback:
>
> sage -t --warn-long 17.5 src/sage/manifolds/differentiable/tensorfield.py  
> # 3 doctests failed
>
>
That's because without the --long option, some doctest lines (those marked 
with "# long time") are skipped, which causes some subsequent tests to 
fail. 
If one adds --long, all doctests are passed:
sage -t --long src/sage/manifolds/differentiable/tensorfield.py

I don't know what is the policy here: should all the lines that depend on 
the one marked "# long time" be marked "# long time" as well, so that "sage 
-t" without "--long" is successful ?

Eric.

-- 
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to