Skip to content

Update GMRT coordinates#2002

Merged
dlakaplan merged 4 commits into
nanograv:masterfrom
abhisrkckl:update-gmrt
Jun 11, 2026
Merged

Update GMRT coordinates#2002
dlakaplan merged 4 commits into
nanograv:masterfrom
abhisrkckl:update-gmrt

Conversation

@abhisrkckl

@abhisrkckl abhisrkckl commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Also fixes a typo in TopoObs.__repr__

@abhisrkckl abhisrkckl added awaiting review This PR needs someone to review it so it can be merged minor A minor PR that doesn't need a lot of thought IPTA Needed for IPTA DR labels Jun 5, 2026
@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 70.32%. Comparing base (a54bc48) to head (f5dfaf6).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/pint/observatory/topo_obs.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2002   +/-   ##
=======================================
  Coverage   70.32%   70.32%           
=======================================
  Files         109      109           
  Lines       25745    25745           
  Branches     4106     4106           
=======================================
  Hits        18105    18105           
  Misses       6473     6473           
  Partials     1167     1167           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abhisrkckl abhisrkckl requested a review from dlakaplan June 10, 2026 04:42
Comment thread src/pint/observatory/topo_obs.py Outdated
else self.origin
)
return f"TopoObs('{self.name}' ({','.join(aliases)}) at [{self.location.x}, {self.location.y} {self.location.z}]:\n{origin})"
return f"TopoObs('{self.name}' ({','.join(aliases)}) at [{self.location.x}, {self.location.y} {self.location.z}]:\n({origin})"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This doesn't look right to me. I don't think you need that paren. I see:

TopoObs('gbt' ('1','gb') at [882589.289 m, -4924872.368 m 3943729.418 m]:
The Robert C. Byrd Green Bank Telescope
This data was obtained by Joe Swiggum from Ryan Lynch in 2021 September.
)

and I think the parentheses all close.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

OK... I have fixed it. The output now looks like this:

TopoObs(
        'gbt' ('1','gb') at [882589.289 m, -4924872.368 m 3943729.418 m]:
        The Robert C. Byrd Green Bank Telescope
        This data was obtained by Joe Swiggum from Ryan Lynch in 2021 September.
)

@dlakaplan dlakaplan merged commit 3534316 into nanograv:master Jun 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review This PR needs someone to review it so it can be merged IPTA Needed for IPTA DR minor A minor PR that doesn't need a lot of thought

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants