Skip to content

Commit

Permalink
script_code_wrapper_function must be specified as None
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Nov 18, 2024
1 parent 52fb05d commit fd823de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/udfs/test_token_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

def create_mock_metadata_with_span():
meta = MockMetaData(
script_code_wrapper_function=None,
input_type="SET",
input_columns=[
Column("device_id", int, "INTEGER"),
Expand Down Expand Up @@ -91,6 +92,7 @@ def create_mock_metadata_with_span():

def create_mock_metadata():
meta = MockMetaData(
script_code_wrapper_function=None,
input_type="SET",
input_columns=[
Column("device_id", int, "INTEGER"),
Expand Down

0 comments on commit fd823de

Please sign in to comment.