Skip to content

Commit

Permalink
rm row
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Nov 17, 2023
1 parent a926e57 commit b9b78a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/gaussian_processes/GP-MeansAndCovs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"outputs": [],
"source": [
"RANDOM_SEED = 8927\n",
"\n",
"rng = np.random.default_rng(RANDOM_SEED)\n",
"az.style.use(\"arviz-darkgrid\")\n",
"plt.rcParams[\"figure.figsize\"] = (10, 4)"
Expand Down
1 change: 0 additions & 1 deletion examples/gaussian_processes/GP-MeansAndCovs.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ papermill:
status: completed
---
RANDOM_SEED = 8927
rng = np.random.default_rng(RANDOM_SEED)
az.style.use("arviz-darkgrid")
plt.rcParams["figure.figsize"] = (10, 4)
Expand Down

0 comments on commit b9b78a0

Please sign in to comment.