Skip to content

Commit

Permalink
Re #10137. Fixing indentation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 20, 2014
1 parent 3f45e5e commit 5d347fd
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -32,13 +32,13 @@ def test_run_access_returns_run_object(self):
self.assertTrue(isinstance(run, Run))

def test_get_energy_mode(self):
emode = self._expt_ws.getEMode()
self.assertEquals(emode, 0)
emode = self._expt_ws.getEMode()
self.assertEquals(emode, 0)

# def test_set_and_get_efixed(self):
# ws = WorkspaceCreationHelper.create2DWorkspaceWithFullInstrument(1, 5, False, False)
# ws = WorkspaceCreationHelper.create2DWorkspaceWithFullInstrument(1, 5, False, False)
# ws.setEFixed(1, 3.1415)
# self.assertEquals(ws.getEFixed(1), 3.1415)
# self.assertEquals(ws.getEFixed(1), 3.1415)

if __name__ == '__main__':
unittest.main()

0 comments on commit 5d347fd

Please sign in to comment.