You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on some tests for #822, I discovered a bug with left_exclusive (unrelated to the bug addressed in the mentioned PR).
To reproduce please add the left_exclusive string in the pytest.mark.parameterize in test_inner_join_match_rows_duplicate_obs_indices() (test_relational_query.py).
The bug it's unrelated to the one fixed by the mentioned PR because the issue appears also if we comment this line from the test:
To reproduce
While working on some tests for #822, I discovered a bug with
left_exclusive
(unrelated to the bug addressed in the mentioned PR).To reproduce please add the
left_exclusive
string in thepytest.mark.parameterize
intest_inner_join_match_rows_duplicate_obs_indices()
(test_relational_query.py
).The bug it's unrelated to the one fixed by the mentioned PR because the issue appears also if we comment this line from the test:
The error I get is the following:
@melonora could you please have a look at it?
Traceback
The text was updated successfully, but these errors were encountered: