Skip to content

Commit

Permalink
Fix issue aerospaceresearch#215:test_old and test_utils fails test fr…
Browse files Browse the repository at this point in the history
…om pytest
  • Loading branch information
Sayantan108 committed Mar 10, 2021
1 parent f7c688e commit d56bbca
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion orbitdeterminator/doppler/archive/test_old.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
import numpy as np

from orbdet.archive.utils_astro import *
from .utils_astro import *

class TestTransformations(unittest.TestCase):
""" Unit test for coordinate system transofrmations.
Expand Down
2 changes: 1 addition & 1 deletion orbitdeterminator/doppler/archive/utils_astro.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
from math import fmod, pi, floor, sqrt

from orbdet.utils.constants import *
from orbitdeterminator.doppler.utils.constants import *

# def get_jd(date):
# """ Obtain Julian Day given date.
Expand Down
Empty file.

0 comments on commit d56bbca

Please sign in to comment.