mila-iqia / milatools

Tools to connect to and interact with the Mila cluster
MIT License
60 stars 11 forks source link

Fix a bug in `mila init` (see desc.) #83

Closed lebrice closed 9 months ago

lebrice commented 9 months ago

Weird that this bug got through the CI, honestly! Once we add code-coverage we might get a better idea how this happened. Essentially, there was an extra "," in a string inside parentheses, which made this into a tuple instead of a string.