Skip to content

Commit

Permalink
Fix the integration test statisticsGen input key.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 360475343
  • Loading branch information
tfx-copybara committed Mar 2, 2021
1 parent c25db3c commit 55e96f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _create_parameterized_pipeline(
# The input data location is parameterized by data_root
example_gen = CsvExampleGen(input_base=data_root)

statistics_gen = StatisticsGen(input_data=example_gen.outputs['examples'])
statistics_gen = StatisticsGen(examples=example_gen.outputs['examples'])
schema_gen = SchemaGen(
statistics=statistics_gen.outputs['statistics'],
infer_feature_shape=False)
Expand Down

0 comments on commit 55e96f9

Please sign in to comment.