Skip to content

Commit

Permalink
Incorrect Importing of vseq script (#382)
Browse files Browse the repository at this point in the history
Another incorrect importing of a script
  • Loading branch information
kjkoeller authored Dec 12, 2024
1 parent 7d4b1b7 commit 1bc7796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions EclipsingBinaries/tesscut.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
Created: Unknown
Editor: Kyle Koeller
Last Edited: 12/09/2024
Last Edited: 12/12/2024
Paper is: https://ui.adsabs.harvard.edu/abs/2019ascl.soft05007B/abstract
"""

import numpy as np
import astropy.io.fits as pyfits
from time import gmtime, strftime
from vseq_updated import conversion # testing purposes
# .vseq_updated import conversion
from .vseq_updated import conversion
from astropy.time import Time
from astropy.coordinates import EarthLocation, SkyCoord
from astropy import units as u
Expand Down
4 changes: 2 additions & 2 deletions EclipsingBinaries/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version
__version__ = "5.0.0a2"
# Version
__version__ = "5.0.0a3"

0 comments on commit 1bc7796

Please sign in to comment.