Letractively / sagenb

Automatically exported from code.google.com/p/sagenb
0 stars 0 forks source link

sagenb/misc/sageinspect.py updated in stock Sage 4.7.1 #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The file in the subject got updated, due to changes in SteenrodAlgebra 
implementation.
This broke doctests, fixed in stock Sage 4.7.1

$ diff (rkirov)sageinspect.py (stock)sageinspect.py 
136,137d135
<         sage: isclassinstance(SteenrodAlgebra)
<         True
618,619c616,617
<         sage: sage_getfile(Sq)[-41:]
<         'sage/algebras/steenrod_algebra_element.py'

---
>         sage: sage_getfile(Sq)[-42:]
>         'sage/algebras/steenrod/steenrod_algebra.py'

Original issue reported on code.google.com by dimp...@gmail.com on 30 Sep 2011 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by jason-go...@creativetrax.com on 6 Oct 2011 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by jason-go...@creativetrax.com on 6 Oct 2011 at 11:24

GoogleCodeExporter commented 8 years ago
Fixed in commit 
http://code.google.com/r/jasongrout-flask-sagenb/source/detail?r=4183265d421d0ab
a3f01a23e43965b38ca17a294

Original comment by jason-go...@creativetrax.com on 14 Oct 2011 at 5:05

GoogleCodeExporter commented 8 years ago
Issue 40 has been merged into this issue.

Original comment by jason-go...@creativetrax.com on 18 Oct 2011 at 6:04

GoogleCodeExporter commented 8 years ago
What happens when you compare the sagenb version of sageinspect with the one in 
sage/misc?  The Steenrod algebra fix will deal with broken doctests, but there 
may have been other changes in that file (as commented on issue 40: see Sage 
trac tickets #9976 and #11298, at least).

Original comment by jhpalmie...@gmail.com on 20 Oct 2011 at 4:54

GoogleCodeExporter commented 8 years ago
Should devel/sagenb/sagenb/misc/sageinspect.py and 
devel/sage/sage/misc/sageinspect.py be identical?  They aren't in my case.

Original comment by jason-go...@creativetrax.com on 20 Oct 2011 at 5:26

GoogleCodeExporter commented 8 years ago
They should be essentially identical: the only differences should be in paths 
in the doctests ("from sage.misc.sageinspect import ..." vs. "from 
sagenb.misc.sageinspect", etc.).

Original comment by jhpalmie...@gmail.com on 20 Oct 2011 at 3:49

GoogleCodeExporter commented 8 years ago
William reviewed the latest git notebook.

Original comment by jason-go...@creativetrax.com on 10 Jan 2012 at 4:14