I had a notebook main.ipynb that imports a function from the file inference.py
The script generated main is going to fail because the ipython2cwl doesn't copy the inference.py file
#!/usr/bin/env ipython
"""
def main(cameraType, siteID, modelPath):
    import numpy as np
    import inference, hpwren