Skip to content

Commit

Permalink
Merge branch 'branch-24.10' of github.com:nv-morpheus/Morpheus into d…
Browse files Browse the repository at this point in the history
…avid-state-change-cb-1838
  • Loading branch information
dagardner-nv committed Aug 16, 2024
2 parents 6dd638d + 5fdbcb9 commit 6081eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/morpheus/morpheus/io/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def write_df_to_file(df: DataFrameType, file_name: str, file_type: FileTypes = F
if (CppConfig.get_should_use_cpp() and isinstance(df, cudf.DataFrame)):
# Use the C++ implementation
write_df_to_file_cpp(df=df, filename=file_name, file_type=file_type, **kwargs)
return

mode = file_type

Expand Down
1 change: 1 addition & 0 deletions python/morpheus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ known_rapids=
dask_cudf
known_first_party=
morpheus
_utils
default_section=THIRDPARTY
sections=FUTURE,STDLIB,THIRDPARTY,DASK,RAPIDS,FIRSTPARTY,LOCALFOLDER
skip=
Expand Down

0 comments on commit 6081eb2

Please sign in to comment.