Re: Two More Minor Points On test_dap.py

2016-02-26 Thread Lewis John Mcgibbney
Hi Michael, On Fri, Feb 26, 2016 at 7:53 PM, wrote: > From: Michael Anderson > To: dev@climate.apache.org > Cc: > Date: Fri, 26 Feb 2016 10:30:01 -0500 > Subject: Two More Minor Points On test_dap.py > Two more quick notes on test_day.py: > > def test

Two More Minor Points On test_dap.py

2016-02-26 Thread Michael Anderson
Two more quick notes on test_day.py: def test_correct_time_shape(self): self.assertEquals(len(self.dataset.times), 1857) Fails because the file only has a single time value. def test_valid_date_conversion(self): start = dt.datetime(1854, 1, 1) self.assertTrue(start == self.dataset.t