From 9c0ed1da6b7f7970c40f1c1c0330f2a8b5ee6548 Mon Sep 17 00:00:00 2001 From: Luke Berndt Date: Sun, 25 Feb 2024 22:25:20 -0500 Subject: [PATCH] fixed ofrmatting --- skyscan-c2/c2_pub_sub.py | 2 +- skyscan-c2/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skyscan-c2/c2_pub_sub.py b/skyscan-c2/c2_pub_sub.py index 10b35f4..856f27f 100644 --- a/skyscan-c2/c2_pub_sub.py +++ b/skyscan-c2/c2_pub_sub.py @@ -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, diff --git a/skyscan-c2/pyproject.toml b/skyscan-c2/pyproject.toml index 7bccf0b..cf061cc 100644 --- a/skyscan-c2/pyproject.toml +++ b/skyscan-c2/pyproject.toml @@ -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]