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
hexels=channel_names[1,:10239], # TODO: HACK - FIX WITH ISSUE #141
data_lh=log_pvalues_lh[:10239,], # TODO: HACK - FIX WITH ISSUE #141
data_rh=log_pvalues_rh[:10239,], # TODO: HACK - FIX WITH ISSUE #141
Should be something like:
hexels=[channel_names[:len(log_pvalues_lh)], len(log_pvalues_lh):],
data_lh=log_pvalues_lh,
data_rh=log_pvalues_rh,
_Originally posted by @neukym in https://github.com/kymata-atlas/kymata-toolbox/issues/141#issuecomment-1912923978_
This should be reverted once #141 is done
The text was updated successfully, but these errors were encountered:
#127 introduced the following workaround
Should be something like:
The text was updated successfully, but these errors were encountered: