Skip to content

Fix wrong if-condition

I think the error was just a a wrong autocompletion, the function argument that you want to do the if-condition on is the decay_channel_dict argument, but you did it on decay_channels, which is the name of your module that you imported with

from rdstar.online_analysis import decay_channels

Also this is just something that my pylint warned me about.

Merge request reports

Loading