Eric Wolf

Results 4 comments of Eric Wolf

Setting `floatX` to `float64` in your Theano config will fix this. The easiest way to do that is to just set the environment variable `THEANO_FLAGS='floatX=float64'`.

> Thanks, this is not a full review. Just a couple of minor comments 🙂 Thanks for your comments! I have updated the PR accordingly

@HansAarneLiblik I have recently tried to merge master, but my changes were clashing with [these recent changes](https://github.com/python/mypy/pull/13389). I haven't had the chance to figure out yet how to best solve...

I've just given this issue a go in my pull request: https://github.com/python/mypy/pull/13353