Generate CIO locator data as needed.#250
Merged
Merged
Conversation
d72749c to
fa639d0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
- Coverage 99.89% 99.86% -0.03%
==========================================
Files 24 24
Lines 4623 4557 -66
Branches 917 894 -23
==========================================
- Hits 4618 4551 -67
- Partials 5 6 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
7936e2f to
b6fa25d
Compare
948cbd6 to
f1d80c4
Compare
2cba075 to
2169cfa
Compare
2169cfa to
288e7f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cio_array()now generates CIO vs GCRS location data on-the-file, without using any locator table (ASCII or binary). This eliminates any reliance on data which may be outdated, and not consistent with the latest SuperNOVAS implementation.cio_location()now always returns CIO R.A. vs TOD.set_cio_locator_file()does nothing any more. It's a dummy.RemovedCIO_RA.TXTandcio_file` conversion tool. They are no longer needed / used.legacy,examples, andbenchmarkalso.Makefile(MacOS can't handle these -- of course...)