MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Unify calling convention in get_model

Open tcare opened this issue 5 years ago • 0 comments
trafficstars

As mentioned in #304, there is room for improvement with the calling convention of get_model. Some callers are expecting None if there is no model. Others expect an exception. We should standardize on a convention and allow for differentiation between no model and an infrastructure exception.

tcare avatar Jul 03 '20 23:07 tcare