Skip to content

Commit 384516c

Browse files
authored
Fix floating-point precision in test_b_jax.py
Corrected formatting of floating-point numbers in test data.
1 parent dcd5a91 commit 384516c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/b/test_b_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_b_poly_grid(self):
180180
[17.1208, 17.0362, 17.6470],
181181
],
182182
[
183-
[34.5286, 34.444, 35.05480],
183+
[34.5286, 34.4440, 35.0548],
184184
[32.1607, 32.0761, 32.6869],
185185
[31.7800, 31.6954, 32.3062],
186186
],

0 commit comments

Comments
 (0)