salah ahmed
Results
2
issues of
salah ahmed
the tool_name replaces '_' with '-' in crosscompute.scripts.prepare_tool_definition ``` python def prepare_tool_definition(tool_name): # if tool_name.endswith('.ipynb'): # tool_name = prepare_tool_from_notebook(tool_name) # NOTE: bug - if tool name has "_" this ambigiously...
## What does this PR do? fixes #236 - **utility methods for validating data** - **validate len of event names/data from central function** - **formatting** - **add missing import** -...