aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
97 stars 55 forks source link

fix function parameters call from `str` to `int` #47

Closed helkhalfi closed 4 years ago

helkhalfi commented 4 years ago

Issue #, if available: The function expect 2 int, or the first parameter is a str, which makes the pipeline to break

Description of changes: updated the first parameter from str to an int

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

PatrickXYS commented 4 years ago

@helkhalfi thank you for the contribution! Can you squash your commits to be one single commit?

Jeffwan commented 4 years ago

@PatrickXYS We can squash merge on our side. It's fine. Thanks for the contribution