Skip to content

Commit

Permalink
test_bridge_bidding
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Aug 20, 2023
1 parent 26f5b12 commit 3f892cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_bridge_bidding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2208,8 +2208,8 @@ def test_calcurate_dds_tricks():
dds_tricks = _calculate_dds_tricks(
state, HASH_TABLE_SAMPLE_KEYS, HASH_TABLE_SAMPLE_VALUES
)
# sample dataから、作成したhash tableを用いて、ddsの結果を計算
# その結果とsample dataが一致しているか確認
# calculate dds results from hash table made by dample data
# check whether the results are conssitent with sample data
assert jnp.all(dds_tricks == samples[i][1])


Expand Down

0 comments on commit 3f892cb

Please sign in to comment.