Skip to content

tfjob_test.py for GIS needs to be updated due to TFJob operator python refactoring #526

Closed
@jlewi

Description

See test failure:
#522 (comment)

The test

from py import tf_job_client #pylint: disable=no-name-in-module

Is still doing

from py import tf_job_client #pylint: disable=no-name-in-module

We probably need to update the E2E test to set the python path correctly and then import it as

from kubeflow.tf_operator import tf_job_client

https://github.com/kubeflow/tf-operator/tree/master/py/kubeflow/tf_operator

/assign @zabbasi

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions