Sebastian Alpers

Results 2 comments of Sebastian Alpers

I experimented with changing the data, however the issue is also reproducible with random small data. ``` import numpy as np from pomegranate.markov_chain import MarkovChain np.random.seed(137) seq_data = np.random.randint(0, 10,...

use dependency overrides in your pubspec.yaml until fixed. ```yaml dependency_overrides: #https://github.com/bosskmk/pluto_grid/issues/1153 intl: ^0.20.2 ```