-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Fix the ibis histogram #5531
base: main
Are you sure you want to change the base?
Fix the ibis histogram #5531
Conversation
…x/ibis-duckdb-no-rowid
Codecov Report
@@ Coverage Diff @@
## master #5531 +/- ##
==========================================
- Coverage 88.12% 87.55% -0.58%
==========================================
Files 302 302
Lines 62284 62348 +64
==========================================
- Hits 54890 54589 -301
- Misses 7394 7759 +365
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
assert IbisInterface._get_backend(data) | ||
|
||
def test_index_ibis_table(data): | ||
table = IbisInterface._index_ibis_table(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation seems off.
xaxis, yaxis = plot_bokeh.axis | ||
# Then | ||
assert isinstance(xaxis, xaxis_type) | ||
assert isinstance(yaxis, yaxis_type) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this one for now.
Adding docstrings with signatures to Interface and GridInterface would definitely a very worthwhile first step towards better defining documenting the API. |
Enables plotting histograms with the ibis backend.
Depends on #5527
For context check out