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
_rd_segment: reformat for readability/maintainability.
In each branch, the calls to _rd_dat_signals with and without
'no_file=True, sig_data=sig_data' were otherwise identical. sig_data
is ignored if no_file is false, so this is equivalent to simply
passing 'no_file=no_file, sig_data=sig_data'.
Furthermore, since _rd_dat_signals takes a huge number of arguments,
convert all of them to keyword style to avoid confusion.
0 commit comments