Skip to content

Commit

Permalink
FIX-#0000: Hot fix after #7137 (#7159)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Apr 9, 2024
1 parent d8cd9ce commit 0eb7083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/tests/pandas/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ def test_read_csv_url(self):
eval_io(
fn_name="read_csv",
# read_csv kwargs
filepath_or_buffer="https://raw.githubusercontent.com/modin-project/modin/master/modin/pandas/test/data/blah.csv",
filepath_or_buffer="https://raw.githubusercontent.com/modin-project/modin/master/modin/tests/pandas/data/blah.csv",
# It takes about ~17Gb of RAM for HDK to import the whole table from this test
# because of too many (~1000) string columns in it. Taking a subset of columns
# to be able to run this test on low-RAM machines.
Expand Down

0 comments on commit 0eb7083

Please sign in to comment.