nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

Trying to solve a non-existent file creates an invalid asset #54

Closed nodet closed 2 years ago

nodet commented 2 years ago

When a job uses assets as inputs, and the asset doesn't already exist, and the specified file doesn't exist locally either, we end up with an asset created for which there is no content. This triggers errors in a job that will try to use that asset, or when trying to download the asset from the GUI.

nodet commented 2 years ago

The issue is in the Python WML API itself. https://github.ibm.com/NGP-TWC/ml-planning/issues/27032