Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change from
concat
to into
, to ensure vector
Since pomegranate mentions that it likes vectors as inputs to its functions, this commit changes the normalization function to use `into` instead of `concat`, to make sure that we get a vector instead of a sequence.
- Loading branch information