~ubuntu-branches/ubuntu/trusty/pdl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/limits_trans_err.t

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-06-09 15:36:15 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120609153615-9btghuyapev3n722
Tags: 1:2.4.11-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/perldl.conf: Enabled bad-val as NAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   }
13
13
};
14
14
 
15
 
TODO: {
16
 
   local $TODO = 'Needs to use approx() for float tests';
 
15
## TODO: {  # I think this has been fixed
 
16
## local $TODO = 'Needs to use approx() for float tests';
17
17
 
18
18
   $x1 = pdl( 1, 2, 3 );
19
19
   $x2 = pdl( 2, 3, 4 );
41
41
 
42
42
   is_deeply( \@range, [ log10(0.5), log10(5+0.5) ], 'illegal errbar lower bounds' );
43
43
 
44
 
}
 
44
## }