Coverage for mlprodict/grammar/grammar_sklearn/grammar/exc.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2@file
3@brief Exception definition.
4"""
7class Float32InfError(Exception):
8 """
9 Raised when a float is out of range and cannot be
10 converted into a float32.
11 """
12 pass