From 650983cd6bda5a5ba886f347e6655cb8d456ac0a Mon Sep 17 00:00:00 2001 From: Kyle Koeller Date: Fri, 5 Apr 2024 13:38:16 -0500 Subject: [PATCH] Forgotten Uncommented Out Line (#360) I forgot to uncomment out a line that when loaded immediately runs the file. --- EclipsingBinaries/color_light_curve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EclipsingBinaries/color_light_curve.py b/EclipsingBinaries/color_light_curve.py index 6ca6bcc..18611f8 100644 --- a/EclipsingBinaries/color_light_curve.py +++ b/EclipsingBinaries/color_light_curve.py @@ -4,7 +4,7 @@ Created on Tue Feb 16 19:29:16 2021 @author: Alec Neal -Last Edited: 02/16/2024 +Last Edited: 04/05/2024 Editor: Kyle Koeller """ @@ -644,7 +644,7 @@ def call_colorplot2(): # ======================= # If you want to use the gui -color_gui(False) +# color_gui(False) # or just the function itself # color_plot('Bfile','Vfile',Epoch,period)