AlexRodis / bayesian-models

A small library build on top of `pymc` that implements many common models
Apache License 2.0
0 stars 0 forks source link

[ENH]: Refactor repetitive `__getitem__` #43

Open AlexRodis opened 1 year ago

AlexRodis commented 1 year ago

All variants of __getitem__ for subclasses of DataStructure are very similar, with some specific differences. All overrides of __getitem__ are very similar but not exactly the same. Some abstraction to avoid this repetition is needed