Opened 12 years ago
Closed 12 years ago
#5912 closed defect (fixed)
[with patch; positive review] %fortran mode is broken in the notebook
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.4.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
Changed 12 years ago by
comment:2 Changed 12 years ago by
- Summary changed from %fortran mode is broken in the notebook to [with patch; needs review] %fortran mode is broken in the notebook
comment:3 Changed 12 years ago by
- Description modified (diff)
- Summary changed from [with patch; needs review] %fortran mode is broken in the notebook to [with patch; positive review] %fortran mode is broken in the notebook
comment:4 Changed 12 years ago by
- Description modified (diff)
Works well!
I noticed that it only works with Fortran 77 code. Not a bug, really, but Fortran 95 / 2003 seem to be much more popular in the applied sciences world. In the future it would be
comment:5 Changed 12 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.4.2.rc0.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
Here's how to test the attached patch:
{{{id=70| import numpy n = numpy.array(range(10),dtype=float) fib(n) / }}}
{{{id=71| n /
array([ 0., 1., 1., 2., 3., 5., 8., 13., 21., 34.]) }}}