Browse Source

For the reco test do not write

Matthias Vogelgesang 10 years ago
parent
commit
276a0d226e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tests.py

+ 1 - 1
tests/tests.py

@@ -53,7 +53,7 @@ class BasicTests(unittest.TestCase):
 
     def test_bug_lamino_reco(self):
         reader = self.get_task('reader', path=data_path('bug/projections/*.tif'))
-        writer = self.get_task('edf-3d-writer', filename=self.tmp_path('vol-%05i.tif'))
+        writer = self.get_task('null')
         reco = self.get_task('lamino-bp')
         padding = self.get_task('padding-2d')
         fft_input = self.get_task('fft', dimensions=2)