On Feb 4, 2010, at 12:03 PM, Dr. David Kirkby wrote:

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.

FYI, you still need three dots. The dot's don't stand for digits, they stand for .* (in the regex sense).

How is the best way to recover from this?

As pointed out, you can manually edit the patch for something this simple. Long term, learn queues. (That seems to be a theme lately...)

- Robert


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