Skip to content

Commit 1e49d03

Browse files
Update notebooks/cross_validation_hyper_parameters.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 41093c0 commit 1e49d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/cross_validation_hyper_parameters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
},
4242
"outputs": [],
4343
"source": [
44+
"%%capture\n",
4445
"if 'google.colab' in str(get_ipython()):\n",
4546
" # Install packages\n",
4647
" %pip install harmonic emcee corner getdist\n",
47-
" %%capture\n",
4848
" # Google Colaboratory-specific: clone useful utils module from harmonic repo\n",
4949
" !git clone https://github.com/astro-informatics/harmonic.git\n",
5050
" import sys\n",

0 commit comments

Comments
 (0)