Skip to content

Commit 0b02af8

Browse files
authored
change workflows directory (#24)
* change workflows directory * change workflows directory * use last version of pymc * update tests, update aesara import
1 parent 74d09f6 commit 0b02af8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pymc_experimental/bart/bart.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ class BARTRV(RandomVariable):
3737
all_trees = None
3838

3939
def _shape_from_params(self, dist_params, rep_param_idx=1, param_shapes=None):
40-
return default_supp_shape_from_params(self.ndim_supp, dist_params, rep_param_idx, param_shapes)
41-
40+
return default_supp_shape_from_params(
41+
self.ndim_supp, dist_params, rep_param_idx, param_shapes
42+
)
4243

4344
def _infer_shape(cls, size, dist_params, param_shapes=None):
4445
dist_shape = (cls.X.shape[0],)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymc>=4.0.0b1
1+
pymc>=4.0.0b4

0 commit comments

Comments
 (0)