ctgk/PRML

Missing `f` prefix on f-strings

code-review-doctor opened this issue · 0 comments

Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.

"{X.size} is not equal to {n_zeros} plus {n_ones}"

I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here