Coverage for src/foapy/exceptions/not_1d_array.py: 100%
2 statements
« prev ^ index » next coverage.py v7.8.0, created at 2025-05-17 20:45 +0000
« prev ^ index » next coverage.py v7.8.0, created at 2025-05-17 20:45 +0000
1class Not1DArrayException(Exception):
2 """
3 Exception raised for errors in case the input array is not 1D.
4 """
6 pass