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'm doing something similar now, using very simple bash scripts. For each channel of interest, I just double the --percentage parameter on success until the channel is balanced or the command failed.
40 is used for --ratio:
for chan in `./unbalanced_chans.sh 40`; do ./incremental_rebalance.sh $chan; done
If rebalancing did not work for amount 2N, try again (twice?) with amount N (recursively?).
The text was updated successfully, but these errors were encountered: