File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_picked_tomogram_not_run_class2d(
7070 assert tomograms_db .tomogram == message ["tomogram" ]
7171 assert tomograms_db .cbox_3d == message ["cbox_3d" ]
7272 assert tomograms_db .particle_count == 2
73- assert tomograms_db .pixel_size == 5.3
73+ assert tomograms_db .tomogram_pixel_size == 5.3
7474
7575 added_picks = murfey_db_session .exec (
7676 select (ParticleSizes ).where (ParticleSizes .pj_id == 1 )
@@ -167,7 +167,7 @@ def test_picked_tomogram_run_class2d(
167167 assert tomograms_db .tomogram == message ["tomogram" ]
168168 assert tomograms_db .cbox_3d == message ["cbox_3d" ]
169169 assert tomograms_db .particle_count == 2
170- assert tomograms_db .pixel_size == 5.3
170+ assert tomograms_db .tomogram_pixel_size == 5.3
171171
172172 mock_transport .send .assert_called_once_with (
173173 "processing_recipe" ,
You can’t perform that action at this time.
0 commit comments