From f856c7b619c39c0b8ebaa46f554c4c8209469b5b Mon Sep 17 00:00:00 2001 From: Avery Klingbeil Date: Tue, 3 Jan 2023 21:56:33 -0600 Subject: [PATCH] removed astropy: it was making bad calls --- satsim/satsim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/satsim/satsim.py b/satsim/satsim.py index e3925e3..5ef7590 100644 --- a/satsim/satsim.py +++ b/satsim/satsim.py @@ -4,7 +4,6 @@ from modules.heartbeat import heartbeat_module from modules.location import location_module from modules.memory import memory_module from time import sleep -from astropy.coordinates import SkyCoord as sc from os import system #debugg to rebuild the file every test