You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/05/07 05:24:21 UTC

[GitHub] [submarine] ByronHsu commented on a change in pull request #579: SUBMARINE-813. Add mock test to pysubmarine models.

ByronHsu commented on a change in pull request #579:
URL: https://github.com/apache/submarine/pull/579#discussion_r627933335



##########
File path: submarine-sdk/pysubmarine/tests/models/test_model.py
##########
@@ -15,17 +15,19 @@
  under the License.
 """
 
+import mlflow
 import numpy as np
 import pytest
+from mlflow.tracking import MlflowClient
 
 from pytorch import LinearNNModel
 from submarine import ModelsClient
 
-
 # Temporarily skip these tests after the following is solved:

Review comment:
       These three lines can be removed too




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org