f7a73e0f857ac3545a266505de461b0526627823,hyperspy/tests/io/test_protochips.py,test_ProtochipsElectricalCSVReader,test_read_start_datetime,#test_ProtochipsElectricalCSVReader#,200
Before Change
"Channel B Resistance"])
def test_read_start_datetime(self):
dt = datetime.strptime("2014.10.0816:26:51.738", "%Y.%m.%d%H:%M:%S.%f")
nt.assert_equal(self.pa.start_datetime, dt)
def test_read_data(self):
gen = (self.pa._data_dictionary[key]
After Change
"Channel B Resistance"])
def test_read_start_datetime(self):
dt = np.datetime64("2014-10-08T16:26:51.738000")
nt.assert_equal(self.pa.start_datetime, dt)
def test_read_data(self):
gen = (self.pa._data_dictionary[key]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: hyperspy/hyperspy
Commit Name: f7a73e0f857ac3545a266505de461b0526627823
Time: 2016-08-09
Author: eric.prestat@gmail.com
File Name: hyperspy/tests/io/test_protochips.py
Class Name: test_ProtochipsElectricalCSVReader
Method Name: test_read_start_datetime
Project Name: hyperspy/hyperspy
Commit Name: f7a73e0f857ac3545a266505de461b0526627823
Time: 2016-08-09
Author: eric.prestat@gmail.com
File Name: hyperspy/tests/io/test_protochips.py
Class Name: test_ProtochipsThermallCSVReader
Method Name: test_read_start_datetime
Project Name: hyperspy/hyperspy
Commit Name: f7a73e0f857ac3545a266505de461b0526627823
Time: 2016-08-09
Author: eric.prestat@gmail.com
File Name: hyperspy/tests/io/test_protochips.py
Class Name: test_ProtochipsElectrothermalCSVReader
Method Name: test_read_start_datetime