Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjose696 committed Jun 24, 2024
1 parent e8925cb commit 3585c74
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
with:
filters: |
test-small-query-compiler:
- 'modin/experimental/core/storage_formats/pandas/native_query_compiler.py'
- 'modin/core/storage_formats/pandas/native_query_compiler.py'
- 'modin/core/storage_formats/pandas/query_compiler.py'
- 'modin/core/storage_formats/base/query_compiler.py'
shared: &shared
Expand Down
6 changes: 1 addition & 5 deletions modin/tests/pandas/dataframe/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
from pandas._testing import ensure_clean

import modin.pandas as pd
<<<<<<< HEAD
from modin.config import MinRowPartitionSize, NPartitions, UsePlainPandasQueryCompiler
=======
from modin.config import MinPartitionSize, NativeDataframeMode, NPartitions
>>>>>>> 1984aa1f (renaming to PlainPandasQueryCompiler to NativeDataframeMode)
from modin.config import MinRowPartitionSize, NativeDataframeMode, NPartitions
from modin.pandas.indexing import is_range_like
from modin.pandas.testing import assert_index_equal
from modin.tests.pandas.utils import (
Expand Down
Loading

0 comments on commit 3585c74

Please sign in to comment.