Skip to content

Commit

Permalink
Merge pull request #236 from cns-iu/corridor-as-validation
Browse files Browse the repository at this point in the history
Update hra_pop_counts.ipynb
  • Loading branch information
andreasbueckle authored Aug 6, 2024
2 parents 42370af + 1bb1cf3 commit 0c521a8
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions counts/hra_pop_counts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -446,15 +446,25 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 15,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "f-string: unmatched ')' (697847910.py, line 28)",
"output_type": "error",
"traceback": [
"\u001b[0;36m Cell \u001b[0;32mIn[14], line 28\u001b[0;36m\u001b[0m\n\u001b[0;31m print(f'Cells in universe: {cells_universe)\\n')\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m f-string: unmatched ')'\n"
"name": "stdout",
"output_type": "stream",
"text": [
"Atlas datasets: 553\n",
"\n",
"Datasets with extraction site but without cell summary: 2065\n",
"\n",
"Datasets with cell summary but without extraction site: 4598\n",
"\n",
"Datasets with neither: 2397\n",
"\n",
"Non-atlas datasets total: 9060\n",
"\n",
"Cells in universe: 66555503.0\n",
"\n"
]
}
],
Expand Down

0 comments on commit 0c521a8

Please sign in to comment.