#10689 closed defect (duplicate)
Update Outdated weave documentation
Reported by: | maldun | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Stefan Reiterer | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Since the weave package is outdated, and weave is now included in Scipy the documentation in numerical sage doesn't work anymore.
Simply altering the import statements to
from scipy import weave from scipy.weave import converters
does the trick.
There was also an indention error in the example code.
Attachments (1)
Change History (4)
Changed 10 years ago by
comment:1 Changed 10 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 10 years ago by
- Resolution set to duplicate
- Status changed from needs_review to closed
Sorry duplicate of #9791....
comment:3 Changed 10 years ago by
- Milestone changed from sage-4.6.2 to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.
Patch for the blitz.rst file