Skip to content

Commit

Permalink
Forgotten Uncommented Out Line (#360)
Browse files Browse the repository at this point in the history
I forgot to uncomment out a line that when loaded immediately runs the file.
  • Loading branch information
kjkoeller authored Apr 5, 2024
1 parent 76fb7e6 commit 650983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EclipsingBinaries/color_light_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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)

0 comments on commit 650983c

Please sign in to comment.