Ticket #1019 (assigned defect)

Opened 1 year ago

Last modified 3 months ago

strange behavior in notebook with %octave

Reported by: mabshoff Assigned to: mhansen (accepted)
Priority: critical Milestone: sage-3.2.2
Component: notebook Keywords:
Cc:

Description (Last modified by mabshoff)

The following was reported by David Galant:

In the notebook, starting a block with '%octave' does not produce a
result.
This has been consistent throughout all releases of sage 2.*
The behavior is consistent on MacOS and Ubuntu Linux.
A sample session showing this is:
 
sage: from math import *
sage: sin(1)
0.8414709848078965
sage: gp.sin(1)
0.8414709848078965066525023216
sage: octave.sin(1)
0.841471
sage: %gp
sage: sin(1)
0.8414709848078965066525023216
sage: %octave
sage: sin(1)
 
sage: 3+2
5
sage: quit
Exited sage process

See http://groups.google.com/group/sage-support/t/273d4045b3f8e14e

Cheers,

Michael

Change History

10/28/2007 02:43:12 AM changed by mabshoff

  • description changed.
  • summary changed from strange behavious in notebook with %octave to strange behavior in notebook with %octave.

12/04/2007 06:16:22 AM changed by mabshoff

  • milestone changed from sage-2.10.1 to sage-2.9.

02/15/2008 02:31:51 PM changed by mabshoff

  • priority changed from major to critical.

This is still an issue with 2.10.1 and when I now switch the Sage notebook at sagenb into octave mode it seems like only every second cell is evaluated.

Cheers,

Michael

03/04/2008 11:14:28 PM changed by boothby

  • owner changed from boothby to was.

09/02/2008 05:54:03 PM changed by mhansen

  • owner changed from was to mhansen.
  • status changed from new to assigned.