Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distrax/_src/bijectors/bijector_from_tfp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_works_with_tfp_caching(self, tfp_bij_name, batch_shape_in,
def test_access_properties_tfp_bijector(self):
tfp_bij = self._test_bijectors['BatchedChain']
bij = bijector_from_tfp.BijectorFromTFP(tfp_bij)
# Access the attribute `bijectors`
# Access the attribute `bijectors`.
np.testing.assert_allclose(
bij.bijectors[0].shift, tfp_bij.bijectors[0].shift, atol=1e-8)
np.testing.assert_allclose(
Expand Down