Skip to content

Commit

Permalink
fix replicate error
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 9, 2024
1 parent 9d275d5 commit c599cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/profile_editing_preference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
}
],
"source": [
"cdata.samples[\"replicate\"] = cdata.samples[replicate_col]\n",
"cdata_bulk = cdata[:,cdata.samples[condition_col] == control_condition]\n",
"if len(cdata_bulk) == 0:\n",
" raise ValueError(\n",
Expand Down

0 comments on commit c599cf4

Please sign in to comment.