Skip to content

Commit

Permalink
Refs #10246. Added space between arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Sep 23, 2014
1 parent e678582 commit 1831a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/IndirectCommonTests.py
Expand Up @@ -320,7 +320,7 @@ def test_addSampleLogs_empty_dict(self):

def assert_lists_almost_match(self, expected, actual,decimal=6):
self.assertTrue(isinstance(expected, list))
np.testing.assert_array_almost_equal(expected, actual,decimal,"The results do not match")
np.testing.assert_array_almost_equal(expected, actual, decimal, "The results do not match")

def assert_lists_match(self, expected, actual):
self.assertTrue(isinstance(expected, list))
Expand Down

0 comments on commit 1831a21

Please sign in to comment.