Skip to content

Commit

Permalink
[Hotfix] Restore CI (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Mar 13, 2024
1 parent 262afea commit 6c582b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions tests/test_baseline.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_bridge_bidding.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)


def init(rng: jax.random.KeyArray) -> State:
def init(rng: jax.Array) -> State:
rng1, rng2, rng3, rng4, rng5, rng6 = jax.random.split(rng, num=6)
hand = jnp.arange(0, 52)
hand = jax.random.permutation(rng2, hand)
Expand Down

0 comments on commit 6c582b6

Please sign in to comment.