probml / dynamax

State Space Models library in JAX
https://probml.github.io/dynamax/
MIT License
667 stars 76 forks source link

tqdm dependency in recursive Bayes PR is breaking tests #293

Closed slinderman closed 1 year ago

slinderman commented 1 year ago

@petergchang: The recursive Bayes PR ( broke tests by introducing a tqdm dependency: https://github.com/probml/dynamax/blob/d1fe4146bc79a59819810081f62e25c3013bb90d/dynamax/generalized_gaussian_ssm/dekf/utils.py#L11 We switched over to fastprogress. Could you please update?

murphyk commented 1 year ago

fixed