globocom / gcloud-utils

Global package for Cloud Management in Python
https://gcloud-utils.readthedocs.io/en/latest/
Apache License 2.0
16 stars 23 forks source link

Fix increasing model versions on mlengine #42

Closed regismachado closed 4 years ago

regismachado commented 4 years ago

Description

When increasing the model version on ml_engine. if we have an old version with value of: version = 'v0_7' Then, the new version : new_version = '0.7999999999999999' But the expected result is: new_version = '0.8'

Fixes # (issue)

Type of change

Please mark options that are relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: