Skip to content

Commit d345081

Browse files
committed
Fix long commented line in pgi notebook
1 parent 0c55655 commit d345081

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

notebooks/12-pgi-inversion/plot_inv_1_joint_pf_pgi_full_info_tutorial.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,8 @@
519519
" covariance_type=\"diag\", # diagonal covariances\n",
520520
")\n",
521521
"# required: initialization with fit\n",
522-
"# fake random samples, size of the mesh, number of physical properties: 2 (density and mag.susc)\n",
522+
"# fake random samples, size of the mesh,\n",
523+
"# number of physical properties: 2 (density and mag.susc)\n",
523524
"rng = np.random.default_rng(seed=518936)\n",
524525
"gmmref.fit(rng.normal(size=(nactv, 2)))\n",
525526
"# set parameters manually\n",

0 commit comments

Comments
 (0)