Skip to content

Commit

Permalink
Fix mass fgunction
Browse files Browse the repository at this point in the history
  • Loading branch information
evevkovacs committed Mar 12, 2024
1 parent 8e28e7b commit cd28043
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tutorials/extragalactic_gcr_hod.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"tags": []
},
Expand All @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {
"tags": []
},
Expand All @@ -40,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"tags": []
},
Expand All @@ -53,21 +53,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"#Choose from available catalogs\n",
"gc = GCRCatalogs.load_catalog('cosmoDC2_v1.1.4_small')\n",
"#gc = GCRCatalogs.load_catalog('cosmoDC2_v1.1.4_small')\n",
"#gc = GCRCatalogs.load_catalog('skysim5000_v1.1.2_small')\n",
"#gc = GCRCatalogs.load_catalog('roman_rubin_2023_v1.1.1_elais')"
"gc = GCRCatalogs.load_catalog('roman_rubin_2023_v1.1.3_elais')"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {
"tags": []
},
Expand All @@ -80,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {
"tags": []
},
Expand Down

0 comments on commit cd28043

Please sign in to comment.