Coverage for mlprodict/grammar/grammar_sklearn/grammar/exc.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2023-02-04 02:28 +0100

1""" 

2@file 

3@brief Exception definition. 

4""" 

5 

6 

7class Float32InfError(Exception): 

8 """ 

9 Raised when a float is out of range and cannot be 

10 converted into a float32. 

11 """ 

12 pass