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

Ported ttut1 #21

Merged
merged 8 commits into from
May 14, 2018
Merged

Ported ttut1 #21

merged 8 commits into from
May 14, 2018

Conversation

prakharcode
Copy link
Contributor

#1

test/runtests.jl Outdated
@@ -184,8 +184,10 @@ AstroTime.update()
@test Epochs.dtdb(julian1(tdb), julian2(tdb), 0.0, 0.0, 0.0, 0.0) == ERFA.dtdb(julian1(tdb), julian2(tdb), 0.0, 0.0, 0.0, 0.0)
@test Epochs.tdbtt(julian1(tdb), julian2(tdb), Δtr(tdb)) == ERFA.tdbtt(julian1(tdb), julian2(tdb), Δtr(tdb))
@test Epochs.tdbtt(julian2(tdb), julian1(tdb), Δtr(tdb)) == ERFA.tdbtt(julian2(tdb), julian1(tdb), Δtr(tdb))
@test Epochs.tttdb(julian1(tt), julian2(tt), Δtr(tdb)) == ERFA.tttdb(julian1(tt), julian2(tt), Δtr(tdb))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why these tests have been removed?

@coveralls
Copy link

coveralls commented May 13, 2018

Pull Request Test Coverage Report for Build 158

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 97.603%

Totals Coverage Status
Change from base Build 157: 0.06%
Covered Lines: 285
Relevant Lines: 292

💛 - Coveralls

@codecov-io
Copy link

codecov-io commented May 13, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@8982cef). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   97.54%           
=========================================
  Files             ?        6           
  Lines             ?      285           
  Branches          ?        0           
=========================================
  Hits              ?      278           
  Misses            ?        7           
  Partials          ?        0
Impacted Files Coverage Δ
src/conversions.jl 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8982cef...2db56f9. Read the comment docs.

@helgee helgee mentioned this pull request May 14, 2018
20 tasks
@helgee helgee merged commit 27cbb88 into JuliaAstro:master May 14, 2018
@prakharcode prakharcode deleted the ttut1 branch July 1, 2018 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants