Skip to content

Commit 5d0c96a

Browse files
Go back to importing sys
1 parent 139bbac commit 5d0c96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/cross_validation_learnt_model.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": 25,
36+
"execution_count": null,
3737
"metadata": {
3838
"id": "VZ7rtL7kcEV-"
3939
},
@@ -45,8 +45,8 @@
4545
" %pip install harmonic emcee corner getdist\n",
4646
" # Google Colaboratory-specific: clone useful utils module from harmonic repo\n",
4747
" !git clone https://github.com/astro-informatics/harmonic.git\n",
48-
" import sys\n",
49-
" sys.path.append(\"harmonic/examples\")"
48+
"import sys\n",
49+
"sys.path.append(\"harmonic/examples\")"
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)