We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aeadf0 commit 6e26174Copy full SHA for 6e26174
tfx/orchestration/kubeflow/v2/test_utils.py
@@ -131,7 +131,8 @@ def create_pipeline_components(
131
statistics_gen = components.StatisticsGen(
132
examples=example_gen.outputs['examples'])
133
schema_gen = components.SchemaGen(
134
- statistics=statistics_gen.outputs['statistics'])
+ statistics=statistics_gen.outputs['statistics'],
135
+ infer_feature_shape=False)
136
example_validator = components.ExampleValidator(
137
statistics=statistics_gen.outputs['statistics'],
138
schema=schema_gen.outputs['schema'])
tfx/orchestration/kubeflow/v2/testdata/expected_full_taxi_pipeline_job.json
@@ -179,7 +179,7 @@
179
"infer_feature_shape":{
180
"runtimeValue":{
181
"constantValue":{
182
- "intValue":"1"
+ "intValue":"0"
183
}
184
185
},
0 commit comments