Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Sep 4, 2021
1 parent 6783c42 commit a9ce3f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion orbitize/kepler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np
import astropy.units as u
import astropy.constants as consts
import warnings # to be removed after tau_ref_epoch warning is removed.

try:
from . import _kepler
Expand Down
5 changes: 0 additions & 5 deletions orbitize/sampler.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import numpy as np
import astropy.units as u
import astropy.constants as consts
import sys
import abc
import math
import time
import orbitize.conversions

import emcee
import ptemcee
Expand All @@ -15,9 +12,7 @@
import orbitize.lnlike
import orbitize.priors
import orbitize.kepler
from orbitize.system import radec2seppa
import orbitize.results
import copy
import matplotlib.pyplot as plt

class Sampler(abc.ABC):
Expand Down

0 comments on commit a9ce3f0

Please sign in to comment.