Skip to content

Commit c28a115

Browse files
committed
remove ignore warnings
1 parent 5d14099 commit c28a115

File tree

2 files changed

+706
-1519
lines changed

2 files changed

+706
-1519
lines changed

examples/generalized_linear_models/GLM-ordinal-regression.ipynb

+705-1,514
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-ordinal-regression.myst.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupytext:
55
format_name: myst
66
format_version: 0.13
77
kernelspec:
8-
display_name: pymc_examples_new
8+
display_name: Python 3 (ipykernel)
99
language: python
1010
name: python3
1111
---
@@ -20,10 +20,6 @@ kernelspec:
2020
:::
2121

2222
```{code-cell} ipython3
23-
import warnings
24-
25-
warnings.simplefilter(action="ignore", category=FutureWarning)
26-
2723
import arviz as az
2824
import matplotlib.pyplot as plt
2925
import numpy as np

0 commit comments

Comments
 (0)