Skip to content

Commit fc60228

Browse files
authored
Update abstract_mixture.py
1 parent df89b8a commit fc60228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mixtures/abstract_mixture.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def __init__(self, mixture_form: str, **kwargs: Any) -> None:
2020
mixture_form: Form of Mixture classical or Canonical
2121
**kwargs: Parameters of Mixture
2222
"""
23+
self.mixture_form=mixture_form
2324
if mixture_form == "classical":
2425
self.params = self._params_validation(self._classical_collector, kwargs)
2526
elif mixture_form == "canonical":

0 commit comments

Comments
 (0)