-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working