Combine walk_model
helper functions in the codebase?
#6859
Labels
walk_model
helper functions in the codebase?
#6859
Description
We have two
walk_model
s helper functions currently defined and they are very similar: one inpymc/logprob/utils.py
(from AePPL's merge) and another inpymc/pytensorf.py
.pymc/pymc/logprob/utils.py
Lines 70 to 75 in a4b0581
pymc/pymc/pytensorf.py
Lines 179 to 184 in a4b0581
We can combine the two and remove one due to redundancy. Later on, we could even make it more general, depending on the use case (e.g. in #6834).
CC @ricardoV94 @shreyas3156
The text was updated successfully, but these errors were encountered: