Skip to content

Commit

Permalink
linted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 13, 2024
1 parent 4c5e3b7 commit ac6323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_identifiability_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_feature_matrix_dtype(dtype, expected_dtype):
)
def test_apply_constraint_with_invalid(invalid_entries):
"""Test if the matrix retains its dtype after applying constraints."""
jax.config.update('jax_enable_x64', True)
jax.config.update("jax_enable_x64", True)
x = np.random.randn(10, 5)
# add invalid
x[:2, 2] = invalid_entries
Expand Down

0 comments on commit ac6323e

Please sign in to comment.