You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to debug my entry script (score.py) and getting
Exception: Error, output schema already defined for function: __main__.run.
after running a second time.
Is the assertion necessary?
251 if OUTPUT_SCHEMA_ATTR in __functions_schema__[base_func_name].keys():
--> 252 raise Exception('Error, output schema already defined for function: {}.'.format(base_func_name))
It makes it difficult to debug.
The text was updated successfully, but these errors were encountered:
I'm trying to debug my entry script (score.py) and getting
after running a second time.
Is the assertion necessary?
It makes it difficult to debug.
The text was updated successfully, but these errors were encountered: