From 2ef07fc073afac31071ceb4628e0516db607b4e0 Mon Sep 17 00:00:00 2001 From: OttoVintola Date: Mon, 22 Jun 2026 11:54:03 +0300 Subject: [PATCH] Fixes pymc-devs/pymc-bart#279 --- python/bartrs/compile_pymc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/bartrs/compile_pymc.py b/python/bartrs/compile_pymc.py index f94246a..d8048cf 100644 --- a/python/bartrs/compile_pymc.py +++ b/python/bartrs/compile_pymc.py @@ -232,7 +232,6 @@ def _make_persistent_arrays(self): the compiled function interface. """ arrays = [item.storage[0].copy() for item in self.logp_fn_ptr.input_storage[1:]] - assert all(arr.dtype == np.float64 for arr in arrays) return arrays # TODO: fast update for shared arrays