wmorgansoftware

Results 3 comments of wmorgansoftware

I happened to also notice this using pylint 2.14.4 using the following code example: ``` sym_perc_held = 1.0 # Problem line that gets flagged if sym_exp_val > 0.0: sym_perc_held =...

The biggest issue with this is, although `sym_perc_held` may start out as a specific number, it does not remain that constant number. It does change, and not exclusively by the...

Inside a function looks like it works; that'll be sufficient for what I'm seeking.