Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DiamondLightSource/Savu
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Feb 10, 2016
2 parents fb20633 + 155d77a commit 33f8bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions savu/test/scikit_image_recon_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
@unittest.skip('Runs as a standalone test but not in the suite. Error to be investigated')
class PluginRunnerScikitImageTest(unittest.TestCase):

def test_fbp(self):
options = tu.set_experiment('tomo')
plugin = 'savu.plugins.reconstructions.' + \
'scikitimage_filter_back_projection'
run_protected_plugin_runner_no_process_list(options, plugin)
# def test_fbp(self):
# options = tu.set_experiment('tomo')
# plugin = 'savu.plugins.reconstructions.' + \
# 'scikitimage_filter_back_projection'
# run_protected_plugin_runner_no_process_list(options, plugin)

def test_process(self):
options = {
Expand Down
2 changes: 1 addition & 1 deletion savu/test/simple_stxm_tomo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_process(self):
options = {
"transport": "hdf5",
"process_names": "CPU0",
"data_file": "/dls/i13/data/2015/cm12165-5/processing/AskAaron/mmbig_58905.nxs",#tu.get_test_data_path('mm.nxs'),
"data_file": tu.get_test_data_path('mm.nxs'),
"process_file": tu.get_test_process_path(
'simple_stxm_tomo_test_astra.nxs'),
"out_path": tempfile.mkdtemp()
Expand Down

0 comments on commit 33f8bea

Please sign in to comment.