jax-ml / bayeux

State of the art inference for your bayesian models.
https://jax-ml.github.io/bayeux/
Apache License 2.0
178 stars 8 forks source link

Improve Python 3.9 compatibility by replacing SomeType | None with #6

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Improve Python 3.9 compatibility by replacing SomeType | None with Optional[SomeType].