Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Feb 6, 2024
1 parent aa82f95 commit c17c011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tiltseries:
alignment_binning_factor: ~
annotations: []
tomograms:
voxel_spacing:
voxel_spacing:
fiducial_alignment_status: NON_FIDUCIAL
offset:
x: 0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/scripts/tests/test_voxel_spacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_voxel_spacing_by_tomogram_metadata(s3_fs: FileSystemApi, test_output_bu
assert run.voxel_spacing == '{:.3f}'.format(round(float(expected), 3))

# I'm not sure why numpy's returning weird 14.079999 like floats instead of 14.08
assert round(tomo.get_voxel_spacing(), 4) == float(expected)
assert round(tomo.get_voxel_spacing(), 4) == float(expected)

0 comments on commit c17c011

Please sign in to comment.