Skip to content

Commit

Permalink
fix: Fix affine transformation matrix diff log (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 authored Dec 23, 2024
1 parent 4ee07f7 commit 9b823e1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,7 @@ export function logIfHasDiff(
alignment: {
affineTransformationMatrix: JSON.stringify(
tomogram.affine_transformation_matrix,
)
.replaceAll('[', '{')
.replaceAll(']', '}')
.replaceAll(', ', ','),
).replaceAll(',', ', '),
},
},
})),
Expand Down

0 comments on commit 9b823e1

Please sign in to comment.