Skip to content

Commit 5e22677

Browse files
committed
Mis-named item
1 parent 0ab6102 commit 5e22677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)