Skip to content
Snippets Groups Projects
Commit 0e77eaad authored by Dominik Arominski's avatar Dominik Arominski
Browse files

Corrected binary operation unit test

parent 9471718c
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,8 @@ class GenerateLogbookTest(unittest.TestCase): ...@@ -62,7 +62,8 @@ class GenerateLogbookTest(unittest.TestCase):
self.assertTrue(os.path.exists(self._data_directory)) self.assertTrue(os.path.exists(self._data_directory))
GenerateLogbook(Directory=self._data_directory, GenerateLogbook(Directory=self._data_directory,
OutputWorkspace='custom_logbook_w_summing', Facility='ILL', Instrument='D7', OutputWorkspace='custom_logbook_w_summing', Facility='ILL', Instrument='D7',
NumorRange=[396990,396993], CustomEntries='/entry0/acquisition_mode,polarisation') NumorRange=[396990,396993], CustomEntries='/entry0/acquisition_mode',
OptionalHeaders='polarisation')
self._check_output('custom_logbook_w_summing', numberEntries=3, numberColumns=8) self._check_output('custom_logbook_w_summing', numberEntries=3, numberColumns=8)
def test_d7_save_csv(self): def test_d7_save_csv(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment