Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Feb 27, 2024
1 parent 9d30468 commit d1cf943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion_tools/scripts/gjensen_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def to_tomogram(authors: list[dict[str, Any]], data: dict[str, Any]) -> [dict[st
)

tomogram["fiducial_alignment_status"] = normalize_fiducial_alignment(
tomogram.get("fiducial_alignment_status", False)
tomogram.get("fiducial_alignment_status", False),
)
tomogram["offset"] = {"x": 0, "y": 0, "z": 0}
tomogram["affine_transformation_matrix"] = [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]
Expand Down

0 comments on commit d1cf943

Please sign in to comment.