Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Oct 13, 2023
1 parent 6f4088a commit dc00c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modin/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def __init__(self, modin_frame):
def finalize(self):
self._modin_frame.finalize()

def wait_computations(self):
self._modin_frame.wait_computations()

Check warning on line 179 in modin/conftest.py

View check run for this annotation

Codecov / codecov/patch

modin/conftest.py#L179

Added line #L179 was not covered by tests

@classmethod
def from_pandas(cls, df, data_cls):
return cls(data_cls.from_pandas(df))
Expand Down

0 comments on commit dc00c0b

Please sign in to comment.