Skip to content

Commit

Permalink
OK to default to "Infinity"
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Nov 13, 2024
1 parent 523d797 commit 044b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ari_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def test_ari_text_encode_lit_prim_float64(self):
(10.0, 'e', "ari:1.000000e+01"),
#(10, 'a', "ari:0x1.4p+3"), # FIXME: %a not supported by ACE
(float('NAN'), ' ', "ari:NaN"),
#(float('INFINITY'), ' ', "ari:+Infinity"),
(float('INFINITY'), ' ', "ari:Infinity"),
(float('-INFINITY'), ' ', "ari:-Infinity"),
]

Expand Down

0 comments on commit 044b044

Please sign in to comment.