landing complete

This commit is contained in:
cs-powell
2025-04-05 18:18:21 -04:00
parent 99fa386567
commit 6245ecddcc
2 changed files with 11 additions and 9 deletions

View File

@@ -2,8 +2,6 @@
import datetime
from math import cos, pi, sin, sqrt
import os
import time
from time import sleep
@@ -40,7 +38,6 @@ def loadFile():
return matrix
def selectWeather(matrix,experimentNumber):
return matrix[experimentNumber]