Skip to content

Conversation

jsignell
Copy link
Member

@jsignell jsignell commented Sep 11, 2025

Related Issue(s):

Close #1568

Demo:

Compare cell 12:

Description:

Borrowing logic from https://github.com/pydata/xarray/blob/5d9aa6e22955ed49d52659667adfe7abec6848b6/xarray/core/formatting_html.py#L296-L316

Note: I am using the same repr that you get if you just call print on an object. If we want to spruce that up we can in a separate PR.

PR Checklist:

  • Pre-commit hooks pass (run pre-commit run --all-files)
  • Tests pass (run pytest)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.38%. Comparing base (4748c0b) to head (9e8ed9f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1577   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files          55       55           
  Lines        8374     8374           
  Branches      965      965           
=======================================
  Hits         7736     7736           
  Misses        453      453           
  Partials      185      185           

☔ View full report in Codecov by Sentry.
📢 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.

@gadomski gadomski added this pull request to the merge queue Sep 11, 2025
Merged via the queue into stac-utils:main with commit 8902d29 Sep 11, 2025
19 checks passed
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.

pystac repr looks silly on github
2 participants