#13884: Fix optional internet tests.
----------------------------+-----------------------------------------------
Reporter: robertwb | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-5.6
Component: doctest | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
----------------------------+-----------------------------------------------
Comment (by kcrisman):
The finance errors seem mostly due to a change in how Google uses
`startdate`, though at least one of them shouldn't have even worked the
first time!
{{{
sage: finance.Stock('vmw').google()[:5] # optional -- internet
Expected:
[
28-Nov-07 80.57 88.49 80.57 87.69 7496000,
29-Nov-07 90.91 93.20 89.50 90.85 5497600,
30-Nov-07 95.39 95.60 89.85 91.37 4750200,
3-Dec-07 89.87 96.00 88.70 94.97 4401100,
4-Dec-07 92.26 97.10 92.05 95.08 2896600
]
Got:
[
5-Jan-12 81.76 82.84 81.52 82.31 2888520,
6-Jan-12 82.96 84.33 82.47 83.31 1922781,
9-Jan-12 83.45 85.17 82.94 84.95 1841373,
10-Jan-12 86.01 86.80 85.10 85.30 1762911,
11-Jan-12 85.42 88.20 85.30 87.92 2192664
]
}}}
At least this tells us when William added the finance stuff!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13884#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.