(provider, vocab_size, n_hidden_states)
| 72 | ], |
| 73 | ) |
| 74 | def test_sampling_distribution(provider, vocab_size, n_hidden_states): |
| 75 | assert_sampling_distribution(provider, vocab_size, n_hidden_states) |
| 76 | |
| 77 | |
| 78 | @pytest.mark.skipif( |
nothing calls this directly
no test coverage detected