mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 12:48:02 +00:00
Update nb
This commit is contained in:
parent
0d1c262df0
commit
0f94457b7f
1 changed files with 4 additions and 9 deletions
|
@ -7,24 +7,19 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"import numpy as np\n",
|
||||
"\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"from h5py import File\n",
|
||||
"%matplotlib inline\n",
|
||||
"\n",
|
||||
"from jax import numpy as jnp\n",
|
||||
"import jax\n",
|
||||
"from tqdm import tqdm\n",
|
||||
"\n",
|
||||
"from scipy.optimize import fmin_powell\n",
|
||||
"from numpyro.infer import MCMC, NUTS, util, init_to_median\n",
|
||||
"from h5py import File\n",
|
||||
"from numpyro.infer import MCMC, NUTS, init_to_median\n",
|
||||
"import corner\n",
|
||||
"\n",
|
||||
"import csiborgtools\n",
|
||||
"import corner\n",
|
||||
"\n",
|
||||
"%load_ext autoreload\n",
|
||||
"%autoreload 2\n",
|
||||
"\n",
|
||||
"%matplotlib inline\n",
|
||||
"\n",
|
||||
"paths = csiborgtools.read.Paths(**csiborgtools.paths_glamdring)"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue