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 #30

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 qnm/cached.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from urllib import urlretrieve # py 2
from tqdm import tqdm
import tarfile
import glob

import numpy as np

Expand Down
2 changes: 0 additions & 2 deletions qnm/nearby.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

from __future__ import division, print_function, absolute_import

import logging

import numpy as np
from scipy import optimize

Expand Down
2 changes: 1 addition & 1 deletion qnm/schwarzschild/overtonesequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging

import numpy as np
from scipy import optimize, interpolate
from scipy import optimize

from ..angular import l_min, swsphericalh_A
from ..nearby import NearbyRootFinder
Expand Down
1 change: 0 additions & 1 deletion qnm/spinsequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .angular import l_min, swsphericalh_A, C_and_sep_const_closest
from .nearby import NearbyRootFinder

from .schwarzschild.approx import Schw_QNM_estimate
from .schwarzschild.tabulated import QNMDict

# TODO some documentation here, better documentation throughout
Expand Down