Skip to content

Commit

Permalink
finish removing nvtabular related code
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Sep 9, 2024
1 parent 74402cf commit 769eba1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion morpheus/utils/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __init__(self,
download_method: typing.Union[DownloadMethods, str] = DownloadMethods.DASK_THREAD,
dask_heartbeat_interval: str = "30s"):

self._merlin_distributed = None
self._dask_heartbeat_interval = dask_heartbeat_interval

download_method = os.environ.get("MORPHEUS_FILE_DOWNLOAD_TYPE", download_method)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def test_constructor(config: Config):
@mock.patch('morpheus.utils.downloader.Distributed')
@mock.patch('morpheus.controllers.file_to_df_controller.process_dataframe')
def test_get_or_create_dataframe_from_batch_cache_miss(mock_proc_df: mock.MagicMock,
mock_distributed: mock.MagicMock,
mock_obf_to_df: mock.MagicMock,
mock_dask_cluster: mock.MagicMock,
mock_dask_client: mock.MagicMock,
Expand Down
1 change: 0 additions & 1 deletion tests/test_column_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from morpheus.utils.column_info import RenameColumn
from morpheus.utils.column_info import StringCatColumn
from morpheus.utils.column_info import StringJoinColumn
from morpheus.utils.nvt.schema_converters import create_and_attach_nvt_workflow
from morpheus.utils.schema_transforms import process_dataframe


Expand Down

0 comments on commit 769eba1

Please sign in to comment.