We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modin.__version__
In ipython, run
from modin.config import LogMode import modin.pandas as pd LogMode.enable() df = pd.DataFrame([[1]])
and try to exit. You have to control-c or control-d twice.
This bug came up in the discussion on #4372 but it wasn't fixed in that PR.
The problematic thread is started here.
The text was updated successfully, but these errors were encountered:
FIX-modin-project#4503: Stop the memory logging thread after session …
05d93ac
…exit. Signed-off-by: mvashishtha <mahesh@ponder.io>
FIX-#4503: Stop the memory logging thread after session exit. (#4515)
aabedd1
Signed-off-by: mvashishtha <mahesh@ponder.io>
mvashishtha
Successfully merging a pull request may close this issue.
System information
modin.__version__
): latest sourceIn ipython, run
and try to exit. You have to control-c or control-d twice.
This bug came up in the discussion on #4372 but it wasn't fixed in that PR.
The problematic thread is started here.
The text was updated successfully, but these errors were encountered: