Skip to content

Commit

Permalink
Refs #4333. Disable test while diagnosing Mac failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 15, 2011
1 parent 454307f commit d1fd319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def _do_operation(op, self, rhs, lhs_vars, inplace, reverse):
"""
global _binary_op_tmps
print 'Performing',op,'with',self,rhs,'to give',lhs_vars[1]
if reverse: print 'Operation will be reversed'
if inplace: print 'Operation is inplace'
#
if lhs_vars[0] > 0:
# Assume the first and clear the temporaries as this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _do_numpy_comparison(self, workspace, x_np, y_np, e_np):
# Extra X boundary
self.assertEquals(x_np[i][blocksize], workspace.readX(i)[blocksize])

def test_operators_with_workspaces_in_ADS(self):
def xtest_operators_with_workspaces_in_ADS(self):
run_algorithm('CreateWorkspace', OutputWorkspace='A',DataX=[1.,2.,3.], DataY=[2.,3.], DataE=[2.,3.])
ads = AnalysisDataService.Instance()
A = ads['A']
Expand Down

0 comments on commit d1fd319

Please sign in to comment.