#4417: [with patch, needs review] fix steenrod algebra 'optional' doctest
------------------------------+---------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: algebra | Resolution:
Keywords: steenrod algebra |
------------------------------+---------------------------------------------
Comment (by mabshoff):
Replying to [comment:2 jhpalmieri]:
> {{{
> SteenrodAlgebra(5, 'adem')
> }}}
> could be changed to
> {{{
> SteenrodAlgebra(5, basis='adem')
> }}}
> (These both work right now; it would just be a matter of changing the
documentation to reflect the preferred choice, if the second choice is
better.)
That sounds good to me. I would also prefer "foo" and not 'foo' for
strings, but that is probably personal preference.
> I don't know how to implement something like
> {{{
> SteenrodAlgebra(5, basis=adem)
> }}}
> though, without importing {{{adem}}} into the global name space.
>
> John
>
Ok.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4417#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---