Skip to content

Commit eb33049

Browse files
Merge branch 'pymc-devs:main' into implement-minimiser-for-INLA
2 parents dac0096 + c593ee0 commit eb33049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymc_extras/prior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class Prior:
363363
364364
- `preliz` attribute to get the equivalent distribution in `preliz`
365365
- `sample_prior` method to sample from the prior
366-
- `graph` get a dummy model graph with the distribution
366+
- `to_graph` get a dummy model graph with the distribution
367367
- `constrain` to shift the distribution to a different range
368368
369369
Parameters

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies = [
3838
"scikit-learn",
3939
"better-optimize>=0.1.2",
4040
"pydantic>=2.0.0",
41-
"preliz",
4241
]
4342

4443
[project.optional-dependencies]
@@ -52,6 +51,7 @@ dev = [
5251
"dask[all]<2025.1.1",
5352
"blackjax",
5453
"statsmodels",
54+
"preliz",
5555
]
5656
docs = [
5757
"nbsphinx>=0.4.2",

0 commit comments

Comments
 (0)