Skip to content

Commit

Permalink
return only pymc key-value pair
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Jul 4, 2024
1 parent 2e824d8 commit 70532fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bambi/backend/inference_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def get_kwargs(self, method):

@property
def names(self):
if self.bayeux_model is None:
return {"pymc": self.pymc_methods}
return {"pymc": self.pymc_methods, "bayeux": self.bayeux_methods}


Expand Down

0 comments on commit 70532fc

Please sign in to comment.