PRML icon indicating copy to clipboard operation
PRML copied to clipboard

Missing `f` prefix on f-strings

Open code-review-doctor opened this issue 3 years ago • 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.

https://github.com/ctgk/PRML/blob/8f8270cbae986c607f3cc6f89afefd58fa69fadd/prml/rv/bernoulli.py#L78

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

code-review-doctor avatar Apr 23 '22 22:04 code-review-doctor