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

implement the inline repr #22

Merged
merged 12 commits into from
Aug 26, 2020
Prev Previous commit
Next Next commit
add a test where the calculation of remaining chars becomes negative
keewis committed Aug 24, 2020
commit a5a2424c540652395e0ded8541a3871b6ba0838c
1 change: 1 addition & 0 deletions pint_xarray/tests/test_formatting.py
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
(20, "[N] 7.1 5.4 ... 15.3"),
(10, "[N] 7.1..."),
(7, "[N] ..."),
(3, "[N] ..."),
),
)
def test_inline_repr(length, expected):