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
# run pixel data preprocessing
pixie_preprocessing.create_pixel_matrix(
fovs,
channels,
base_dir,
tiff_dir,
pixie_seg_dir,
img_sub_folder=img_sub_folder,
seg_suffix=seg_suffix,
pixel_output_dir=pixel_output_dir,
data_dir=pixel_data_dir,
subset_dir=pixel_subset_dir,
norm_vals_name_post_rownorm=norm_vals_name, #this variable does not exist, I think it has to be changed to norm_vals_name
blur_factor=blur_factor,
subset_proportion=subset_proportion,
multiprocess=multiprocess,
batch_size=batch_size
)
The text was updated successfully, but these errors were encountered:
Hi @FaehlingT. That variable name is correct, and was added to the notebook and create_pixel_matrix() function in PR #985. Getting a TypeError here means your code is likely out of date. If you're using a local ark_env, you'll need to git pull and update the environment.
Describe the bug
Variable error in Notebook 2:
The text was updated successfully, but these errors were encountered: