computervision-recipes
computervision-recipes copied to clipboard
Missing `f` prefix on f-strings
Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.
https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L152 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L156 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/data.py#L99
I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here