I created a patch to fix a numerical noise issue.

Expected:
    0.85914091422952255
Got:
    0.85914091422952277

http://trac.sagemath.org/sage_trac/ticket/8185

After doing this, I realised I'd put too many dots on the end, so instead of the two needed, I'd put three.


0.85914091422952...

Only the '55' differs, so I need one less dot.

How is the best way to recover from this?

I changed to the directory devel/sage, then used 'hg' to commit the patch, then

hg commit
hg export tip > $HOME/8185-numerical-noise.patch


Dave

--
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

Reply via email to