valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Allow dash in the input name for local runs #73

Open noorula opened 3 years ago

noorula commented 3 years ago

When doing a local run with a input called my-input,

  1. Valohai doesn't understand this and will return None for the input.
  2. There is also no local ./valohai/<step>/my-input/ folder created.

With input name myinput this would work.