Skip to content

Commit fab298d

Browse files
committed
use genstudio v2024.11.012
1 parent 52a5067 commit fab298d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

genjax-localization-tutorial/probcomp-localization-tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def constraint_from_path(path):
12671267
],
12681268
]
12691269
]
1270-
) | Plot.Slider("frame", 0, T - 1, fps=2)
1270+
) | Plot.Slider("frame", 0, T, fps=2)
12711271

12721272
# %% [markdown]
12731273
# ...more closely resembles the density of these data back-fitted onto any other typical (random) paths of the model...

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package-mode = false
1111
python = ">=3.11,<3.13"
1212
jupytext = "^1.16.1"
1313
genjax = {version = "0.7.0.post4.dev0+eacb241e" , source = "gcp" }
14-
genstudio = {version = "2024.11.006", source = "gcp"}
14+
genstudio = {version = "2024.11.012", source = "gcp"}
1515
ipykernel = "^6.29.3"
1616
matplotlib = "^3.8.3"
1717
anywidget = "^0.9.7"

0 commit comments

Comments
 (0)