ComfyUI/tests-unit/comfy_extras_test
dante01yoon 30ebfa6ff6 test(number-convert): add precision tests for large integers
Cover the reported precision loss scenario and related edge cases:
- String inputs beyond 2^53 (positive, negative, very large)
- Native int inputs beyond 2^53
- Decimal string fallback behavior
- Large scientific notation strings (1e18)
- Type assertion for FLOAT output of large int strings
2026-03-25 13:36:17 +09:00
..
__init__.py [feat] Add ImageStitch node for concatenating images (#8369) 2025-06-01 04:28:52 -04:00
image_stitch_test.py [V3] converted nodes_images.py to V3 schema (#11206) 2025-12-26 19:39:02 -08:00
nodes_math_test.py feat: add Math Expression node with simpleeval evaluation (#12687) 2026-03-05 18:51:28 -08:00
nodes_number_convert_test.py test(number-convert): add precision tests for large integers 2026-03-25 13:36:17 +09:00