Skip to content

Commit

Permalink
fixed ofrmatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 26, 2024
1 parent f316b3d commit 9c0ed1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(

# Compute the rotations from the geocentric (XYZ) coordinate
# system to the camera housing fixed (uvw) coordinate system

(
self.q_alpha,
self.q_beta,
Expand Down
2 changes: 1 addition & 1 deletion skyscan-c2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache 2.0"
python = "^3.10"
schedule = "^1.1.0"
pandas = "^2.0.3"
numpy-quaternion==2022.4.2
numpy-quaternion = "2022.4.2"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 9c0ed1d

Please sign in to comment.