Skip to content

Commit

Permalink
Merge pull request #78 from scipion-em/jj_tests_check_align_attrib
Browse files Browse the repository at this point in the history
Tests check the alignment attribute in the generated sets of particles
  • Loading branch information
pconesa committed Sep 21, 2023
2 parents 764c95d + b1371cf commit fb45dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reliontomo/tests/test_refine_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def _checkRe4Metadata(self, pSubtomoSet, tomogramsFile=None, particlesFile=None,
self.assertEqual(referenceFscFile, pSubtomoSet.getReferenceFsc())
self.assertEqual(relionBinning, pSubtomoSet.getRelionBinning())
self.assertEqual(self.samplingRateOrig * relionBinning, pSubtomoSet.getCurrentSamplingRate())
self.assertTrue(pSubtomoSet.hasAlignment3D()) # Imported particles are oriented, so they have alignment

def _checkPseudosubtomograms(self, pSubtomosSet, boxSize=None, currentSRate=None):
self.assertSetSize(pSubtomosSet, self.nParticles)
Expand Down

0 comments on commit fb45dd8

Please sign in to comment.