Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused modules #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion exovetter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
import warnings
from exovetter import lightkurve_utils
from exovetter import utils
from exovetter import const as exo_const
import astropy.units as u
from exovetter import vetters as vet
Expand Down
2 changes: 0 additions & 2 deletions exovetter/vetters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

import astropy.units as u
import numpy as np
import pandas as pd
# import time as py_time
import os
# import matplotlib.pyplot as plt
# from matplotlib.backends.backend_pdf import PdfPages

Expand Down
1 change: 0 additions & 1 deletion tutorial_notebooks/run_all.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"from exovetter import vetters as vet\n",
"from exovetter import utils\n",
"import lightkurve as lk\n",
"import numpy as np\n",
"from astropy import units as u\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline"
Expand Down