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
Some strings looks like they're meant to be f-strings but are missing the
fprefix meaning variable interpolation won't happen.PRML/prml/rv/bernoulli.py
Line 78 in 8f8270c
I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here