Skip to content

Commit

Permalink
Reverting the deserialize stage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Jun 18, 2024
1 parent 4542381 commit 7a55d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/stages/preprocess/deserialize_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def accepted_types(self) -> typing.Tuple:

def supports_cpp_node(self):
# Enable support by default
return True
return False

def compute_schema(self, schema: StageSchema):
schema.output_schema.set_type(self._message_type)
Expand Down

0 comments on commit 7a55d39

Please sign in to comment.