Ticket #6736 (closed defect: fixed)
[with patch, positive review] spell-check all modules under sage/symbolic
| Reported by: | mvngu | Owned by: | tba |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.1 |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | Marshall Hampton | |
| Authors: | Minh Van Nguyen | Merged in: | Sage 4.1.1 |
| Dependencies: | Stopgaps: |
Description
As the subject says.
Attachments
Change History
comment:1 Changed 4 years ago by mvngu
- Summary changed from spell-check all modules under sage/symbolic to [with patch, needs review] spell-check all modules under sage/symbolic
- Authors set to Minh Van Nguyen
Changed 4 years ago by mvngu
-
attachment
trac_6736-spell-check-symbolic.patch
added
based on Sage 4.1.1.rc2
comment:2 Changed 4 years ago by mhampton
- Summary changed from [with patch, needs review] spell-check all modules under sage/symbolic to [with patch, positive review] spell-check all modules under sage/symbolic
Only touches documentation, and all changes seem correct.
comment:3 Changed 4 years ago by mvngu
- Status changed from new to closed
- Reviewers set to Marshall Hampton
- Resolution set to fixed
- Merged in set to Sage 4.1.1
I had the following one-time doctest failure. It's not repeatable.
sage -t -long devel/sage-main/sage/graphs/graph_bundle.py
libpng error: Image width or height is zero in IHDR
**********************************************************************
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/devel/sage-main/sage/graphs/graph_bundle.py", line 163:
sage: B.plot()
Exception raised:
Traceback (most recent call last):
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/bin/ncadoctest.py", line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/bin/sagedoctest.py", line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/bin/ncadoctest.py", line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_5[5]>", line 1, in <module>
B.plot()###line 163:
sage: B.plot()
File "sage_object.pyx", line 101, in sage.structure.sage_object.SageObject.__repr__ (sage/structure/sage_object.c:1387)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py", line 873, in _repr_
self.show()
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py", line 1360, in show
self.save(DOCTEST_MODE_FILE, **options)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py", line 1683, in save
canvas.print_figure(filename, dpi=dpi)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/backend_bases.py", line 1453, in print_figure
**kwargs)
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/backends/backend_agg.py", line 334, in print_png
filename_or_obj, self.figure.dpi)
RuntimeError: Error building image
**********************************************************************
1 items had failures:
1 of 6 in __main__.example_5
***Test Failed*** 1 failures.
For whitespace errors, see the file /scratch/mvngu/sandbox-1/sage-4.1.1.rc2/tmp/.doctest_graph_bundle.py
[2.8 s]
Note: See
TracTickets for help on using
tickets.
