Wed 15 Apr 2015 07:56:31 PM UTC, original submission:
On running the tests for the financial package, a number of tests fail [1] [2]
Some are due to failures as running tests from private functions fetch_google.m, fetch_yahoo.m
Some failures occur in datesplit.m beuase it uses the current day/month but datevec will return 1s for day, month if no date is given.
Using the sources from mercurial have the same failures, and in addition:
year.m fails as is testing against year 4 - expecting 1934, but is getting a value of 2034 (same as matlab)
busdate.m and busday fails with values off by 1.
On install from dev several files have warnings printed similar to:
[1] http://wiki.octave.org/Octave-Forge#GNU_Octave_4.0_compatibility_assessment
[2] http://octave.ln0.de/octave-4.0rc3-win7x64/financial-0.4.0-fntests.log
|