Skip to content

Commit 3a3c4c6

Browse files
committed
pixel location for grid squares got repeated
1 parent f99b492 commit 3a3c4c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/murfey/server/ispyb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def do_update_grid_square(
225225
if grid_square_parameters.y_location
226226
else None
227227
)
228-
grid_square.pixelLocationY = grid_square_parameters.y_location
229228
grid_square.height = (
230229
int(grid_square_parameters.height / 7.8)
231230
if grid_square_parameters.height is not None

0 commit comments

Comments
 (0)