def test(self):
# -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# T E S T I N G #
# -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
while True:
print(np.rad2deg(self.moon_mean_anomaly()))
time.sleep(1)