Skip to content

Commit

Permalink
Merge pull request #168 from I2PC/fixmonotomo
Browse files Browse the repository at this point in the history
test monotomo fixed
  • Loading branch information
albertmena authored Oct 27, 2023
2 parents 81652a2 + 0f44ca3 commit a37854e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xmipptomo/tests/test_protocol_monotomo.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ def testMonoTomo(self):
maxRes=150,
)
self.launchProtocol(MonoTomo)
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/fullTomogram_1.mrc')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/fullTomogram_odd_tomogram_rx1.mrc')),
"MonoTomo has failed creating the resolution tomogram")
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/histogram_resolution_1.xmd')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/histogram_resolution_odd_tomogram_rx1.xmd')),
"MonoTomo has failed creating the resolution histogram")
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/localResolutionTomogram_1.mrc')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx1/localResolutionTomogram_odd_tomogram_rx1.mrc')),
"MonoTomo has failed creating the mean tomogram")
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/fullTomogram_2.mrc')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/fullTomogram_odd_tomogram_rx2.mrc')),
"MonoTomo has failed creating the resolution tomogram")
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/histogram_resolution_2.xmd')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/histogram_resolution_odd_tomogram_rx2.xmd')),
"MonoTomo has failed creating the resolution histogram")
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/localResolutionTomogram_2.mrc')),
self.assertTrue(exists(MonoTomo._getExtraPath('odd_tomogram_rx2/localResolutionTomogram_odd_tomogram_rx2.mrc')),
"MonoTomo has failed creating the mean tomogram")

0 comments on commit a37854e

Please sign in to comment.