This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 TODO: Needs to detect 'import Pandas' and align initialization according to it
7575 """
7676
77- sdc . config . numba_typed_passes_annotatetypes_orig = numba . typed_passes . AnnotateTypes . run_pass
78- numba . typed_passes . AnnotateTypes . run_pass = sdc .datatypes . hpat_pandas_dataframe_pass . sdc_dataframepassimpl_overload
77+ # Need more work since Series tests failed
78+ # Test: SDC_CONFIG_PIPELINE_SDC=0 python -m sdc.runtests -k sdc.tests.test_series.TestSeries.test_series_sort_values1
7979
80- sdc .config .numba_untyped_passes_inlineclosurelikes_orig = numba .untyped_passes .InlineClosureLikes .run_pass
81- numba .untyped_passes .InlineClosureLikes .run_pass = sdc .datatypes .hpat_pandas_dataframe_pass .sdc_hiframespassimpl_overload
80+ # sdc.config.numba_typed_passes_annotatetypes_orig = numba.typed_passes.AnnotateTypes.run_pass
81+ # numba.typed_passes.AnnotateTypes.run_pass = sdc.datatypes.hpat_pandas_dataframe_pass.sdc_dataframepassimpl_overload
82+
83+ # sdc.config.numba_untyped_passes_inlineclosurelikes_orig = numba.untyped_passes.InlineClosureLikes.run_pass
84+ # numba.untyped_passes.InlineClosureLikes.run_pass = sdc.datatypes.hpat_pandas_dataframe_pass.sdc_hiframespassimpl_overload
8285
8386def _init_extension ():
8487 '''Register Pandas classes and functions with Numba.
You can’t perform that action at this time.
0 commit comments