We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139bbac commit 5d0c96aCopy full SHA for 5d0c96a
notebooks/cross_validation_learnt_model.ipynb
@@ -33,7 +33,7 @@
33
},
34
{
35
"cell_type": "code",
36
- "execution_count": 25,
+ "execution_count": null,
37
"metadata": {
38
"id": "VZ7rtL7kcEV-"
39
@@ -45,8 +45,8 @@
45
" %pip install harmonic emcee corner getdist\n",
46
" # Google Colaboratory-specific: clone useful utils module from harmonic repo\n",
47
" !git clone https://github.com/astro-informatics/harmonic.git\n",
48
- " import sys\n",
49
- " sys.path.append(\"harmonic/examples\")"
+ "import sys\n",
+ "sys.path.append(\"harmonic/examples\")"
50
]
51
52
0 commit comments