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 85d5be2 commit 645c938Copy full SHA for 645c938
tests/unit/sagemaker/workflow/test_processing_step.py
@@ -74,7 +74,7 @@
74
IMAGE_URI = "fakeimage"
75
MODEL_NAME = "gisele"
76
DUMMY_S3_SCRIPT_PATH = "s3://dummy-s3/dummy_script.py"
77
-LOCAL_SCRIPT_PATH = os.path.join(DATA_DIR, "workflow/abalone/preprocessing.py")
+LOCAL_SCRIPT_PATH = "../../../data/workflow/abalone/preprocessing.py"
78
SPARK_APP_JAR_PATH = os.path.join(
79
DATA_DIR, "spark/code/java/hello-java-spark/HelloJavaSparkApp.jar"
80
)
0 commit comments