Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge 780a920 into 790aef1
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev committed Jul 19, 2019
2 parents 790aef1 + 780a920 commit 88d2ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hpat/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from hpat.tests.test_utils import (count_array_REPs, count_parfor_REPs,
count_parfor_OneDs, count_array_OneDs, dist_IR_contains, get_start_end)

from .gen_test_data import ParquetGenerator
from hpat.tests.gen_test_data import ParquetGenerator


@hpat.jit
Expand Down
2 changes: 1 addition & 1 deletion hpat/tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from hpat.tests.test_utils import (count_array_REPs, count_parfor_REPs,
count_parfor_OneDs, count_array_OneDs, dist_IR_contains, get_start_end)

from .gen_test_data import ParquetGenerator
from hpat.tests.gen_test_data import ParquetGenerator

_cov_corr_series = [(pd.Series(x), pd.Series(y)) for x, y in [
(
Expand Down
2 changes: 1 addition & 1 deletion hpat/tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pyarrow.parquet as pq
from hpat.str_arr_ext import StringArray
from hpat.str_ext import unicode_to_std_str, std_str_to_unicode
from .gen_test_data import ParquetGenerator
from hpat.tests.gen_test_data import ParquetGenerator


class TestString(unittest.TestCase):
Expand Down

0 comments on commit 88d2ef0

Please sign in to comment.