Confirm-Solutions / imprint

The Imprint Project
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Adapting FastINLA to work for a variety of basket trials including survival analysis. #123

Closed tbenthompson closed 2 years ago

tbenthompson commented 2 years ago

Currently, the tests are failing because of the JAX-float32 stuff. I don't like the precedent of merging PRs with failing tests, so I'd prefer to either: 1. Wait until @constinit PR is ready to merge until merging this. 2. Switch JAX to use float64 for this PR. Then @constinit can revert this change in his PR.

Fine with me either way.