You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a typo in source_weights.py#L109. param[flag] should be param[plot]. This causes to call the plot function even if the plot is set to False.